coreJSON  v1.0.0
A parser strictly enforcing the ECMA-404 JSON standard, suitable for microcontrollers
Related Pages
Here is a list of all related documentation pages:
[detail level 12]
 Design
 FunctionsPrimary functions of the JSON library:

JSON_Validate
JSON_Search
 JSON_ValidateParse a buffer to determine if it contains a valid JSON document.
 JSON_SearchFind a key in a JSON object and output the pointer outValue to its value.