Method

JsonArrayget_element

Declaration [src]

JsonNode*
json_array_get_element (
  JsonArray* array,
  guint index_
)

Description [src]

Retrieves the element at the given position in the array.

Parameters

index_ guint
 

The index of the element to retrieve.

Return value

Returns: JsonNode
 

The element at the given position.

 The data is owned by the instance.