Method
JsonObjectget_null_member
since: 0.8
Declaration [src]
gboolean
json_object_get_null_member (
JsonObject* object,
const gchar* member_name
)
Description [src]
Convenience function that checks whether the value
stored in member_name
of object
is null. It is an error to
specify a member_name
which does not exist.
See also: json_object_get_member()
, json_object_has_member()
.
Available since: 0.8