Method

JsonReaderlist_members

Declaration [src]

gchar**
json_reader_list_members (
  JsonReader* reader
)

Description [src]

Retrieves a list of member names from the current position, if the reader is positioned on an object.

In case of failure, the reader is set to an error state.

Available since:0.14

Return value

Returns: An array of utf8
 

The members of the object.

 The caller of the method takes ownership of the data, and is responsible for freeing it.