Method
JsonObjectdup_member
Declaration [src]
JsonNode*
json_object_dup_member (
JsonObject* object,
const gchar* member_name
)
Description [src]
Retrieves a copy of the value of the given member inside an object.
Available since: | 0.6 |
Parameters
member_name |
const gchar* |
The name of the JSON object member to access. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | JsonNode |
A copy of the value for the requested object member. |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |