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().
const char* jsonStruct::pKey |
JSON key.
Referenced by aws_iot_shadow_add_desired(), aws_iot_shadow_add_reported(), isJsonKeyMatchingAndUpdateValue(), and registerJsonTokenOnDelta().
JsonPrimitiveType jsonStruct::type |
type of JSON
Referenced by aws_iot_shadow_add_desired(), aws_iot_shadow_add_reported(), and UpdateValueIfNoObject().