coreJSON v3.1.0
Parser library for the ECMA-404 JSON standard
JSONPair_t Struct Reference

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.
 

Detailed Description

Structure to represent a key-value pair.


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