An error tagged with where in the JSON text it was encountered. More...
#include <json/reader.h>
 Collaboration diagram for Json::Reader::StructuredError:
 Collaboration diagram for Json::Reader::StructuredError:| Public Attributes | |
| ptrdiff_t | offset_start | 
| ptrdiff_t | offset_limit | 
| 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.
| String Json::Reader::StructuredError::message | 
Definition at line 49 of file reader.h.
Referenced by Json::Reader::getStructuredErrors().
| ptrdiff_t Json::Reader::StructuredError::offset_limit | 
Definition at line 48 of file reader.h.
Referenced by Json::Reader::getStructuredErrors().
| ptrdiff_t Json::Reader::StructuredError::offset_start | 
Definition at line 47 of file reader.h.
Referenced by Json::Reader::getStructuredErrors().
 1.8.16
 1.8.16