test

Embed: (wiki syntax)

« Back to documentation index

jsonStruct Struct Reference

jsonStruct Struct Reference

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

#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

Detailed Description

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

Definition at line 63 of file aws_iot_shadow_json_data.h.


Field Documentation

callback to be executed on receiving the Key value pair

Definition at line 67 of file aws_iot_shadow_json_data.h.

void* pData

pointer to the data (JSON value)

Definition at line 65 of file aws_iot_shadow_json_data.h.

const char* pKey

JSON key.

Definition at line 64 of file aws_iot_shadow_json_data.h.

type of JSON

Definition at line 66 of file aws_iot_shadow_json_data.h.