libdas2
das2 core C utilities
|
#include <das2/json.h>
error report from json_parse_ex()
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 | |