pub const YYJSON_READ_ERROR_UNEXPECTED_CHARACTER: yyjson_read_code = 6;Expand description
Unexpected character inside the document, such as [abc].
pub const YYJSON_READ_ERROR_UNEXPECTED_CHARACTER: yyjson_read_code = 6;Unexpected character inside the document, such as [abc].