Function

JsonObjectnew

Declaration [src]

JsonObject*
json_object_new (
  void
)

Description [src]

Creates a new object.

Return value

Type: JsonObject

The newly created object.

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