Method

JsonArrayref

Declaration [src]

JsonArray*
json_array_ref (
  JsonArray* array
)

Description [src]

Acquires a reference on the given array.

Return value

Type: JsonArray

The passed array, with the reference count increased by one.

The data is owned by the instance.