Method
JsonArraydup_element
since: 0.6
Declaration [src]
JsonNode*
json_array_dup_element (
JsonArray* array,
guint index_
)
Description [src]
Retrieves a copy of the element at the given position in the array.
Available since: 0.6
Return value
Type: JsonNode
A copy of the element at the given position.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |