Method

JsonNodeget_value_type

Declaration [src]

GType
json_node_get_value_type (
  JsonNode* node
)

Description [src]

Returns the GType of the payload of the node.

For JSON_NODE_NULL nodes, the returned type is G_TYPE_INVALID.

Available since:0.4

Return value

Returns: GType
 

The type for the payload.