JsonCpp project page | JsonCpp home page |
An error tagged with where in the JSON text it was encountered. More...
#include </home/iurt/rpmbuild/BUILD/jsoncpp-1.6.5/include/json/reader.h>
Public Attributes | |
size_t | offset_start |
size_t | offset_limit |
std::string | message |
An error tagged with where in the JSON text it was encountered.
The offsets give the [start, limit) range of bytes within the text. Note that this is bytes, not codepoints.
std::string Json::Reader::StructuredError::message |
Definition at line 47 of file reader.h.
Referenced by Json::Reader::getStructuredErrors().
size_t Json::Reader::StructuredError::offset_limit |
Definition at line 46 of file reader.h.
Referenced by Json::Reader::getStructuredErrors().
size_t Json::Reader::StructuredError::offset_start |
Definition at line 45 of file reader.h.
Referenced by Json::Reader::getStructuredErrors().