Simpleson
|
Structure for capturing the results of parsing. More...
#include <json.h>
Public Attributes | |
jtype::jtype | type |
The type of value encountered while parsing. | |
std::string | value |
The parsed value encountered. | |
const char * | remainder |
A pointer to the first character after the parsed value. | |
Structure for capturing the results of parsing.