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 1.2
Parses the given string and returns the corresponding JSON tree.
If the string is empty, this function will return NULL.
NULL
In case of parsing error, this function returns NULL and sets the error appropriately.
a valid UTF-8 string containing JSON data
the root node of the JSON tree
1.2
Parses the given string and returns the corresponding JSON tree.
If the string is empty, this function will return
NULL.In case of parsing error, this function returns
NULLand sets the error appropriately.