Method

JsonNodeget_value_type

since: 0.4

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

Type: GType

The type for the payload.