Method

JsonObjectref

Declaration [src]

JsonObject*
json_object_ref (
  JsonObject* object
)

Description [src]

Acquires a reference on the given object.

Return value

Type: JsonObject

The given object, with the reference count increased by one.

The data is owned by the instance.