Function
JsonObjectnew
Declaration [src]
JsonObject*
json_object_new (
  void
)
Return value
Type: JsonObject
The newly created object.
| The caller of the function takes ownership of the data, and is responsible for freeing it. | 
JsonObject*
json_object_new (
  void
)
Type: JsonObject
The newly created object.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |