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

pyjson5 should support unicode letter classes in unquoted object keys #4

Closed
dpranke opened this issue Jul 20, 2015 · 1 comment
Closed
Assignees
Labels

Comments

@dpranke
Copy link
Owner

dpranke commented Jul 20, 2015

Per the JSON5 spec, any legal ECMAScript letter should be allowed to be an unquoted object key, but currently the code only supports ASCII letters ([a-zA-Z]) (in addition to digits, _, and $).

@dpranke dpranke self-assigned this Aug 20, 2017
@dpranke dpranke added the bug label Aug 20, 2017
@dpranke
Copy link
Owner Author

dpranke commented Sep 4, 2017

This should work now as of v0.4.0

@dpranke dpranke closed this as completed Sep 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant