fastogt / fastonosql

FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
https://fastonosql.com
GNU General Public License v3.0
1.18k stars 97 forks source link

Different JsonFormat for better readable json #26

Closed tburschka closed 7 years ago

tburschka commented 7 years ago

For the current format for "json" you seem to be using QJsonDocument::Compact but it would be more readable if you using QJsonDocument::Indented

see: http://doc.qt.io/qt-5/qjsondocument.html#JsonFormat-enum

topilski commented 7 years ago

Implemented, thank you for suggestions.