Connectivity Middleware Utilities Library

General Description

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 Documentation

◆ cy_JSON_callback_t

typedef cy_rslt_t(* cy_JSON_callback_t) (cy_JSON_object_t *json_object, void *arg)

Callback function used for registering with JSON parse.

Parameters
[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
Returns
cy_rslt_t