Method

JsonObjectunref

Declaration [src]

void
json_object_unref (
  JsonObject* object
)

Description [src]

Releases a reference on the given object.

If the reference count reaches zero, the object is destroyed and all its resources are freed.