Documentation of the data structures defined and used by JSON parser utility library.
Data Structures | |
struct | cy_JSON_object_t |
JSON parser object. More... | |
Typedefs | |
typedef cy_rslt_t(* | cy_JSON_callback_t) (cy_JSON_object_t *json_object, void *arg) |
Callback function used for registering with JSON parse. More... | |
typedef cy_rslt_t(* cy_JSON_callback_t) (cy_JSON_object_t *json_object, void *arg) |
Callback function used for registering with JSON parse.
[in] | json_object | : JSON object which contains the key=value pair parsed by the JSON parser |
[in] | arg | : User argument passed in when registering the callback |