Method
JsonArrayget_array_element
since: 0.8
Declaration [src]
JsonArray*
json_array_get_array_element (
JsonArray* array,
guint index_
)
Description [src]
Conveniently retrieves the array at the given position inside an array.
See also: json_array_get_element()
, json_node_get_array()
.
Available since: 0.8
Return value
Type: JsonArray
The array.
The returned data is owned by the instance. |