Method

JsonArrayget_int_element

since: 0.8

Declaration [src]

gint64
json_array_get_int_element (
  JsonArray* array,
  guint index_
)

Description [src]

Conveniently retrieves the integer value of the element at the given position inside an array.

See also: json_array_get_element(), json_node_get_int()

Available since: 0.8

Parameters

index_

Type: guint

The index of the element to retrieve.

Return value

Type: gint64

The integer value.