whitlockjc / json-refs

Various utilities for JSON Pointers (http://tools.ietf.org/html/rfc6901) and JSON References (http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03).
MIT License
223 stars 63 forks source link

fixes #186 #188

Closed wickedest closed 3 years ago

wickedest commented 3 years ago

Fixes an issue where URI fragments were being treated as URI, not URI components. It is necessary to decode all percent-encoded characters.

whitlockjc commented 3 years ago

Thanks a ton!