Method

JsonObjectremove_member

Declaration [src]

void
json_object_remove_member (
  JsonObject* object,
  const gchar* member_name
)

Description [src]

Removes member_name from object, freeing its allocated resources.

Parameters

member_name const gchar*
 

The name of the member to remove.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.