Design | |
▼Functions | Primary functions of the JSON library: JSON_Validate JSON_Search |
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. |