jsonptr
jsonptr copied to clipboard
Document the implicit decoding of `Token`
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.