chanced / jsonptr

JSON Pointer (RFC 6901) implementation for Rust
Apache License 2.0
44 stars 4 forks source link

Errors should contain the position (index) of tokens #90

Open chanced opened 2 weeks ago

chanced commented 2 weeks ago

Now that we can now slice up pointers with get, I think it makes sense to include the position of the token rather than just the offset.

This will be a breaking change.