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

Option to throw error when parse encounters duplicate keys? #35

Open
jcao219 opened this issue Mar 2, 2018 · 0 comments
Open

Option to throw error when parse encounters duplicate keys? #35

jcao219 opened this issue Mar 2, 2018 · 0 comments

Comments

@jcao219
Copy link

jcao219 commented Mar 2, 2018

> parse('{a:1}')
{ a: 1 }
> parse('{a:1,a:2}')
{ a: 2 }

I know that hjson-js is just following the spec, but it would be great to have an option, as an unnoticed duplicate key can cause hidden bugs.

Further discussion, related: zaach/jsonlint#13

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

No branches or pull requests

1 participant