chanced / jsonptr

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

Document the implicit decoding of `Token` #38

Open chanced opened 2 months ago

chanced commented 2 months ago

The implicit decoding of Token when converting to a string needs to be made more clear.

This behavior is somewhat confusing due to fact that it is does not align with how Pointer handles stringification and parsing. There is reason for this divergence but the behavior and motive need to be made more obvious in the documentation.

See #36.