pub const YYJSON_READ_ERROR_INVALID_STRING: yyjson_read_code = 10;Expand description
Invalid string, such as invalid escaped character inside a string.
pub const YYJSON_READ_ERROR_INVALID_STRING: yyjson_read_code = 10;Invalid string, such as invalid escaped character inside a string.