Closed JamieMcKernanKaizen closed 2 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
/content
parent
#/parent/~1content
But jsonref says this is an invalid reference. It seems that it cannot handle the escaping characters ~1 for a / character.
~1
/
Should be fixed by #29
If I have a key for an item called
/content
insideparent
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.