Method

JsonNodeis_immutable

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

Returns: gboolean
 

TRUE if the node is immutable.