Method
JsonObjectref
Declaration [src]
JsonObject*
json_object_ref (
  JsonObject* object
)
Return value
Type: JsonObject
The given object, with the reference count increased by one.
| The returned data is owned by the instance. | 
JsonObject*
json_object_ref (
  JsonObject* object
)
Type: JsonObject
The given object, with the reference count increased by one.
| The returned data is owned by the instance. |