gazpachoking / jsonref

Automatically dereferences JSON references within a JSON document.
http://jsonref.readthedocs.org
MIT License
122 stars 28 forks source link

Escaped characters in references are not handled correctly #33

Closed JamieMcKernanKaizen closed 2 years ago

JamieMcKernanKaizen commented 3 years ago

If I have a key for an item called /content inside parent then the correct way to reference this would be #/parent/~1content

But jsonref says this is an invalid reference. It seems that it cannot handle the escaping characters ~1 for a / character.

gazpachoking commented 2 years ago

Should be fixed by #29