coreJSON  v2.0.0
A parser strictly enforcing the ECMA-404 JSON standard, suitable for microcontrollers
JSON_Search

Find a key or array index in a JSON document and output the pointer outValue to its value.

size_t max,
const char * query,
size_t queryLength,
char ** outValue,
size_t * outValueLength );

See core_json.h for docs.

JSONStatus_t
JSONStatus_t
Return codes from coreJSON library functions.
Definition: core_json.h:38
JSON_Search
JSONStatus_t JSON_Search(char *buf, size_t max, const char *query, size_t queryLength, char **outValue, size_t *outValueLength)
Find a key or array index in a JSON document and output the pointer outValue to its value.
Definition: core_json.c:1573