JST: JSON tools  1.0.0
JSON tools dynamic library for reading, manipulating and writing JSON tree
Data Fields
JST_SyntaxError Struct Reference

Information returned by JST_load() in case of error. More...

#include <jstools.h>

Collaboration diagram for JST_SyntaxError:
Collaboration graph

Data Fields

unsigned line
 Last line's index (from 1) More...
 
char context [80]
 Characters around the error. More...
 
unsigned pos
 Position of error in context. More...
 

Detailed Description

Information returned by JST_load() in case of error.

Definition at line 139 of file jstools.h.

Field Documentation

◆ context

char context[80]

Characters around the error.

Definition at line 141 of file jstools.h.

◆ line

unsigned line

Last line's index (from 1)

Definition at line 140 of file jstools.h.

◆ pos

unsigned pos

Position of error in context.

Definition at line 142 of file jstools.h.


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