Function

JsonArraynew

Declaration [src]

JsonArray*
json_array_new (
  void
)

Description [src]

Creates a new array.

Return value

Type: JsonArray

The newly created array.

The caller of the function takes ownership of the data, and is responsible for freeing it.