Function
JsonArraynew
Declaration [src]
JsonArray*
json_array_new (
void
)
Return value
Returns: | JsonArray |
The newly created array. |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |