das2C
das core C utilities (v3)
Data Fields
das_json_parse_result_s Struct Reference

error report from json_parse_ex() More...

#include <das2/json.h>

Data Fields

size_t error
 the error code (one of json_parse_error_e), use dasj_parse_error_info() To convert the value to an error string.
 
size_t error_offset
 the character offset for the error in the JSON input
 
size_t error_line_no
 the line number for the error in the JSON input
 
size_t error_row_no
 the row number for the error, in bytes
 

Detailed Description

error report from json_parse_ex()


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