Connectivity Middleware Utilities Library

Description

JSON parser object.

Data Fields

char * object_string
 JSON object as a string.
 
uint8_t object_string_length
 Length of the JSON string.
 
cy_JSON_type_t value_type
 JSON data type of value parsed.
 
char * value
 JSON string value parsed.
 
uint16_t value_length
 length of string value parsed
 
uint32_t intval
 JSON integer value parsed.
 
float floatval
 JSON float value parsed.
 
bool boolval
 JSON boolean value parsed.
 
struct cy_JSON_object * parent_object
 Pointer to parent JSON object.