Loading...
Searching...
No Matches
JsParseError Struct Reference

A struct containing information about a JSON parsing error. More...

#include <json.h>

Public Attributes

unsigned int line
 
unsigned int column
 
std::string reason
 

Detailed Description

A struct containing information about a JSON parsing error.

Definition at line 44 of file json.h.

Constructor & Destructor Documentation

◆ JsParseError()

JsParseError ( )
inline

Definition at line 45 of file json.h.

Member Data Documentation

◆ column

unsigned int column

Definition at line 47 of file json.h.

◆ line

unsigned int line

Definition at line 46 of file json.h.

◆ reason

std::string reason

Definition at line 48 of file json.h.


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