dzhibas / SublimePrettyJson

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

any way to remove comma in last member of JSon structure #121

Open arcanisgk opened 4 years ago

arcanisgk commented 4 years ago

any way to remove comma in last member of JSon structure

image

TerminalFi commented 4 years ago

In context of formatting/validating JSON? This would have to be done with a custom JSONDecoder or a regex. Potentially a option that is user configurable.