AWS IoT for ESP32 v1.0.0
An ESP-IDF based solution
jsonArray_st Struct Reference

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]
 

Detailed Description

A structure to represent array of JSON objects.

Field Documentation

◆ jsonObjs

char jsonArray_st::jsonObjs[MAX_JSON_ARRAY_OBJS][150]

Array of objects

◆ numOfJosnObjs_u8

uint8_t jsonArray_st::numOfJosnObjs_u8

Number of JSON objects in array


The documentation for this struct was generated from the following file: