Show original line number in parse error
jackinloadup opened this issue · 1 comments
jackinloadup commented
Serde parse error is very vague with errors like the following:
error: missing field `headersSize` at line 1 column 1
or
error: invalid type: boolean `false`, expected a string at line 1 column 1
Ideally serde would send back the real line number and possibly column.
mandrean commented
Closing since this is more of an upstream issue with serde.