Structure to represent a key-value pair. More...
#include <core_json.h>
Data Fields | |
const char * | key |
Pointer to the code point sequence for key. | |
size_t | keyLength |
Length of the code point sequence for key. | |
const char * | value |
Pointer to the code point sequence for value. | |
size_t | valueLength |
Length of the code point sequence for value. | |
JSONTypes_t | jsonType |
JSON-specific type of the value. | |
Structure to represent a key-value pair.