-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Escape keys with delimiters #79
Comments
This can be done with the coercion feature in https://www.npmjs.com/package/flatley |
@hughsk I'm looking to encode each key as a URI Component, before interpolating |
@hughsk I think the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Shouldn't there be a way to escape those keys that have the delimiter inside?
Paths in json-pointer format use ~0 and ~1, which can be done in a one-liner.
The text was updated successfully, but these errors were encountered: