12#define LENGTH_KEY_SIZE 32
19 char keyStr[LENGTH_KEY_SIZE];
23#define MAX_JSON_ARRAY_OBJS 10
31 char jsonObjs[MAX_JSON_ARRAY_OBJS][150];
Configuration header file.
uint8_t JSON_processArrayObjs(char *pJsonStr, jsonArray_st *jsnArrPtr)
Extract an array of JSON objects from given JSON string.
bool JSON_processString(const char *pJsonStr, const tagStructure_st tags[], uint8_t maxKeys_u8)
Extract the key-value pairs sepcified by tags from a give JSON string.
A structure to represent array of JSON objects.
Definition: lib_json.h:29
uint8_t numOfJosnObjs_u8
Definition: lib_json.h:30
A structure to represent key-value pairs in a JSON string.
Definition: lib_json.h:18
char * pValueStr
Definition: lib_json.h:20