TypeScript API Documentation for JSON-GLIB
API Version: 1.0
Library Version: 1.10.8
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 0.10
Creates a JSON tree representing the passed object instance.
Each member of the returned JSON object will map to a property of the object type.
The returned JSON tree will be returned as a Json.Node with a type of JSON_NODE_OBJECT.
JSON_NODE_OBJECT
the object to serialize
the newly created JSON tree
0.10
Creates a JSON tree representing the passed object instance.
Each member of the returned JSON object will map to a property of the object type.
The returned JSON tree will be returned as a Json.Node with a type of
JSON_NODE_OBJECT.