alek-sys / sublimetext_indentxml

Plugin for Sublime Text editor for reindenting XML and JSON files
MIT License
534 stars 136 forks source link

JSON indent with single quote #95

Open namgk opened 7 years ago

namgk commented 7 years ago

Hi,

Would you consider a JSON with single quote instead of double quote a valid JSON?

Currently it doesn't indent single quoted JSON.

Thanks

danielmcq commented 7 years ago

I would assume the author isn't supporting single quotes because it's not part of the JSON spec. Things like single quotes, trailing commas, comments are part of the JSON5 spec. So far I haven't found anything for Sublime which would support JSON5.