Data Fields
Json::Reader::StructuredError Struct Reference

An error tagged with where in the JSON text it was encountered. More...

#include <json.h>

Data Fields

ptrdiff_t offset_start
 
ptrdiff_t offset_limit
 
String message
 

Detailed Description

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.

Field Documentation

String Json::Reader::StructuredError::message
ptrdiff_t Json::Reader::StructuredError::offset_limit
ptrdiff_t Json::Reader::StructuredError::offset_start

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