garden / tree

A multiplayer file system
https://thefiletree.com
European Union Public License 1.2
70 stars 23 forks source link

save metadata with white spaces like JSON.stringify(json,0,2) #196

Closed jankeromnes closed 11 years ago

jankeromnes commented 11 years ago

As suggested in pull request plugs#54, we should have metadata saved with white spaces (e.g. as printed by JSON.stringify(json,0,2)). That would make reviews and maintenance a lot easier. Part of the point of JSON is that it's easily readable by Humans as well.