Function
Jsonboxed_deserialize
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 |
GType |
A boxed type. |
|
node |
JsonNode |
A node. |
|
The data is owned by the caller of the function. |