Method

JsonNodeis_immutable

since: 1.2

Declaration [src]

gboolean
json_node_is_immutable (
  JsonNode* node
)

Description [src]

Check whether the given node has been marked as immutable by calling json_node_seal() on it.

Available since: 1.2

Return value

Type: gboolean

TRUE if the node is immutable.