PlayForm / Compress

🗜️ Compress —
https://NPMJS.Org/@playform/compress
MIT License
484 stars 12 forks source link

[Feature request] Minify JSON files #277

Open gmarty opened 7 months ago

gmarty commented 7 months ago

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)).