Function
Jsonboxed_deserialize
since: 0.10
Declaration [src]
gpointer
json_boxed_deserialize (
GType gboxed_type,
JsonNode* node
)
Description [src]
Deserializes the given JsonNode
into a GBoxed
of the given type.
Available since: 0.10
Parameters
gboxed_type
-
Type:
GType
A boxed type.
node
-
Type:
JsonNode
A node.
The data is owned by the caller of the function.