You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix double escape() when parsing and querying JSON Pointers.
Note that JSONPointer escape()s each ref on construction, and again during queryFrom when accessing values up on the queried document.
This causes queries involving keys that contain two backslashes; //.
I believe that the test quotationEscaping() is currently enforcing incorrect behavior.