webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
An error tagged with where in the JSON text it was encountered. More...
#include <json.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 |
size_t Json::Reader::StructuredError::offset_limit |
size_t Json::Reader::StructuredError::offset_start |