Method
JsonArrayget_elements
Declaration [src]
GList*
json_array_get_elements (
JsonArray* array
)
Return value
Returns: | A list of JsonNode |
The elements of the array. |
|
The caller of the method takes ownership of the data container, but not the data inside it. | |
The return value can be NULL . |