SublimePrettyJson icon indicating copy to clipboard operation
SublimePrettyJson copied to clipboard

any way to remove comma in last member of JSon structure

Open arcanisgk opened this issue 5 years ago • 1 comments

any way to remove comma in last member of JSon structure

image

arcanisgk avatar Jul 05 '20 19:07 arcanisgk

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.

TerminalFi avatar Jul 13 '20 16:07 TerminalFi