Microchip® Advanced Software Framework

jsonStruct Struct Reference

This is the struct form of a JSON Key value pair.

#include <aws_iot_shadow_json_data.h>

Data Fields

jsonStructCallback_t cb
 callback to be executed on receiving the Key value pair More...
 
void * pData
 pointer to the data (JSON value) More...
 
const char * pKey
 JSON key. More...
 
JsonPrimitiveType type
 type of JSON More...
 

jsonStructCallback_t jsonStruct::cb

callback to be executed on receiving the Key value pair

Referenced by registerJsonTokenOnDelta().

void* jsonStruct::pData

pointer to the data (JSON value)

Referenced by aws_iot_shadow_add_desired(), aws_iot_shadow_add_reported(), and UpdateValueIfNoObject().