Method
JsonObjectequal
Declaration [src]
gboolean
json_object_equal (
gconstpointer a,
gconstpointer b
)
Description [src]
Check whether a
and b
are equal objects, meaning they have the same
set of members, and the values of corresponding members are equal.
Available since: | 1.2 |
Parameters
b |
JsonObject |
Another JSON object. |