![]() |
NetBurner 3.4.0f
PDF Version |
Enumerations | |
enum | json_primitive_type { UNDEFINED , BEGIN_ARRAY , BEGIN_OBJECT , END_ARRAY , END_OBJECT , NAME , STRING , VALUE_SEPERATOR , NUMBER , FALSE_EL , TRUE_EL , NULL_EL , STRING_TOO_BIG , ALLOC_STRING , NOTFOUND , EOF_EL } |
The following types define the basic building blocks that make up a JSON data set. These are the values that will be returned from the functions used to parse the data set. Member functions include operators to return specific data type, as well as type validity checks. More... | |
enum json_primitive_type |
The following types define the basic building blocks that make up a JSON data set. These are the values that will be returned from the functions used to parse the data set. Member functions include operators to return specific data type, as well as type validity checks.