Compress icon indicating copy to clipboard operation
Compress copied to clipboard

[Feature request] Minify JSON files

Open gmarty opened this issue 1 year ago • 0 comments

As a new feature, it would be cool to compress JSON files too. I'm thinking specifically about web manifest files. They are sometimes shipped with the .manifest extension, but have regular JSON content.

Minifying a JSON file can be done quite easily with JSON.stringify(JSON.parse(content)).

gmarty avatar Feb 09 '24 11:02 gmarty