typicode / lowdb

Simple and fast JSON database
MIT License
21.3k stars 918 forks source link

Why Json File is pretty #574

Closed MM25Zamanian closed 10 months ago

MM25Zamanian commented 1 year ago

Why don't you minify the json files?

jamiller619 commented 11 months ago

I'm only chiming in here because I recently went through the same thought process, however, ended up coming back around, full-circle lol, in favor of using the default, pretty JSON. The space savings were not significant and if I'm truly going for a small file size, then JSON is probably a bad choice to begin with. CSV, and even traditional SQL databases, would be much better option IMO.