Method
JsonArrayget_element
Declaration [src]
JsonNode*
json_array_get_element (
JsonArray* array,
guint index_
)
Return value
Returns: | JsonNode |
The element at the given position. |
|
The data is owned by the instance. |