-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Not sure if you do feature requests, but in case you do:
- remove quotes from object properties (i.e.
{ 'foo': 'bar' }->{ foo: 'bar' }and maybe alsofoo['bar']->foo.bar- tricky thing is (probably) to recognize properties that still need to be quoted
{ 'foo-biz': 'bar' }
- tricky thing is (probably) to recognize properties that still need to be quoted
- JSON object to js object (i.e.
{"foo":"bar"}->{ foo: 'bar' }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels