![]() |
das2C
das core C utilities (v3)
|
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 | |
error report from json_parse_ex()