Skip to content
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

add support for accented characters #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SDaron
Copy link

@SDaron SDaron commented Apr 3, 2020

This small update add support for accented characters. Accented characters are allowed in JSON keys and I need them!

@springcomp
Copy link

springcomp commented Nov 24, 2022

The isAlphaNum() function is specifically used to tokenize unquoted-string.
This PR would actually change the grammar and should be rejected.

@SDaron if you want to query JSON properties with accented characters, you should use quoted-string identifiers instead in your JMESPath expression. Something like:

search( "Àn Ïdentıfier", { "Àn Ïdentıfier": "with accented-characters" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants