libtrap  1.16.1
Data Fields
json_error_t Struct Reference

#include <jansson.h>

Data Fields

int line
 
int column
 
int position
 
char source [JSON_ERROR_SOURCE_LENGTH]
 
char text [JSON_ERROR_TEXT_LENGTH]
 

Detailed Description

Definition at line 136 of file jansson.h.

Field Documentation

◆ column

int json_error_t::column

Definition at line 138 of file jansson.h.

◆ line

int json_error_t::line

Definition at line 137 of file jansson.h.

◆ position

int json_error_t::position

Definition at line 139 of file jansson.h.

◆ source

char json_error_t::source[JSON_ERROR_SOURCE_LENGTH]

Definition at line 140 of file jansson.h.

◆ text

char json_error_t::text[JSON_ERROR_TEXT_LENGTH]

Definition at line 141 of file jansson.h.


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