This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 175
When UnquotedKeys is Enable /all/ keys must be unquoted #31
Comments
I have a fix - can you please give me access to commit?
|
Just make a pull request like every one else does. |
if you're new to this proceed as follows:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would like to be able to accept both quoted and unquoted keys.
{ item1: 'value1',
"item2": "value2"
}
With UnquotedKeys enabled, only item1 loads, when UnquotedKeys is disabled, this example fails to parse.
The text was updated successfully, but these errors were encountered: