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

Output the next key-value pair or value from a collection.

JSONStatus_t JSON_Iterate( const char * buf,
size_t max,
size_t * start,
size_t * next,
JSONPair_t * outPair );

See core_json.h for docs.

JSONPair_t
Structure to represent a key-value pair.
Definition: core_json.h:247
JSONStatus_t
JSONStatus_t
Return codes from coreJSON library functions.
Definition: core_json.h:45
JSON_Iterate
JSONStatus_t JSON_Iterate(const char *buf, size_t max, size_t *start, size_t *next, JSONPair_t *outPair)
Output the next key-value pair or value from a collection.
Definition: core_json.c:1762