Replies: 1 comment
|
This reply was drafted by Claude Code on behalf of @nlohmann, as part of a review of open discussions. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The extended diagnostics could also help to improve the parse error exceptions. They could provide, in addition to line/column/byte count a path the last parsed value.
Example:
{ "foo": [1, 2, flase] }The illegal literal
flasecould be easier to find when we provide a JSON Pointer/fooor even/foo/2.For reference, this is the current exception:
All reactions