coreJSON  v3.0.2
Parser library for the ECMA-404 JSON standard
JSON_SearchT

Same as JSON_Search(), but also outputs a type for the value found.

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

See core_json.h for docs.

JSONTypes_t
JSONTypes_t
Value types from the JSON standard.
Definition: core_json.h:185
JSONStatus_t
JSONStatus_t
Return codes from coreJSON library functions.
Definition: core_json.h:45
JSON_SearchT
JSONStatus_t JSON_SearchT(char *buf, size_t max, const char *query, size_t queryLength, char **outValue, size_t *outValueLength, JSONTypes_t *outType)
Same as JSON_Search(), but also outputs a type for the value found.
Definition: core_json.c:1671