Method

JsonObjectseal

Declaration [src]

void
json_object_seal (
  JsonObject* object
)

Description [src]

Seals the object, making it immutable to further changes.

This function will recursively seal all members of the object too.

If the object is already immutable, this is a no-op.

Available since:1.2