Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
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 152 of file jansson.h.

Field Documentation

◆ column

int json_error_t::column

Definition at line 154 of file jansson.h.

◆ line

int json_error_t::line

Definition at line 153 of file jansson.h.

◆ position

int json_error_t::position

Definition at line 155 of file jansson.h.

◆ source

char json_error_t::source[JSON_ERROR_SOURCE_LENGTH]

Definition at line 156 of file jansson.h.

◆ text

char json_error_t::text[JSON_ERROR_TEXT_LENGTH]

Definition at line 157 of file jansson.h.

Referenced by json_error_code().


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