AWS IoT Embedded C Device SDK
Data Fields
jsonStruct Struct Reference

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

#include <aws_iot_shadow_json_data.h>

Data Fields

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