You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSON string to parse. This is a `const CHAR*` string type that can be UTF8 encoded.
9
+
10
+
***context***
11
+
Pointer to a `JSON_PARSER_CONTEXT` structure that receives the parsing info.
12
+
13
+
**Return Value**
14
+
A `JSON_NODE` pointer that is the 1st node in the JSON node tree.
15
+
16
+
**Remarks**
17
+
This function will return the JSON node tree built if an error is encountered, so its important to free the node tree even if parsing fails. A simple example would look like this:
0 commit comments