kw_deserialize()#
Deserialize a gbuffer into a JSON object with json_t * and gbuffer_t *.
Prototype
PUBLIC json_t *kw_deserialize(
gbuffer_t *gbuffer
);
Parameters
Key |
Type |
Description |
|---|---|---|
|
The gbuffer containing the serialized JSON data to deserialize. |
Return Value
Returns a json_t * created from the gbuffer, or NULL on failure.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples