| ▼Functions | Primary functions of the JSON library: JSON_Validate JSON_Search JSON_SearchT JSON_SearchConst JSON_Iterate |
| JSON_Validate | Parse a buffer to determine if it contains a valid JSON document. |
| JSON_Search | Find a key or array index in a JSON document and output the pointer outValue to its value. |
| JSON_SearchT | Same as JSON_Search(), but also outputs a type for the value found. |
| JSON_SearchConst | Same as JSON_SearchT(), but with const qualified buf and outValue arguments. |
| JSON_Iterate | Output the next key-value pair or value from a collection. |