AWS IoT for ESP32 v1.0.0
An ESP-IDF based solution
|
A structure to represent array of JSON objects. More...
#include <lib_json.h>
Data Fields | |
uint8_t | numOfJosnObjs_u8 |
char | jsonObjs [MAX_JSON_ARRAY_OBJS][150] |
A structure to represent array of JSON objects.
char jsonArray_st::jsonObjs[MAX_JSON_ARRAY_OBJS][150] |
Array of objects
uint8_t jsonArray_st::numOfJosnObjs_u8 |
Number of JSON objects in array