Simpleson
Public Attributes | List of all members
json::parsing::parse_results Struct Reference

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.
 

Detailed Description

Structure for capturing the results of parsing.


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