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: GTypeA boxed type. 
- node
- 
            Type: JsonNodeA node. The data is owned by the caller of the function.