dzhibas / SublimePrettyJson

Prettify/Minify/Query/Goto/Validate/Lint JSON plugin for Sublime Text 3 & 4
MIT License
2.02k stars 182 forks source link

Support non-quoted JSON keys #43

Open kjvarga opened 10 years ago

kjvarga commented 10 years ago

We often have a "JSON" dump with unquoted keys. It would be great if the prettifier would handle this JSON and not require quoted keys.

dzhibas commented 10 years ago

but then it's not valid json :)

kjvarga commented 10 years ago

I know. I just think the utility of the tool doesn't limit itself to just JSON.

Rleahy22 commented 9 years ago

+1

Frozenfire92 commented 9 years ago

+1

wzup commented 6 years ago

Same question https://github.com/dzhibas/SublimePrettyJson/issues/96