Code

sysdb: Use a custom output format instead of pretty-printed JSON.
authorSebastian Harl <sh@tokkee.org>
Sun, 18 Dec 2016 13:47:41 +0000 (14:47 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 18 Dec 2016 13:47:41 +0000 (14:47 +0100)
commit0a3dd5b9b97e25156412a95bcecf25f8d75c72fc
treef926c610cefd5d9ac70ec8d1b80e95165e5859fd
parent61c35f1909b2496c7edac288a59f75604c7c179e
sysdb: Use a custom output format instead of pretty-printed JSON.

JSON is really not what users wanna see, even if it's pretty-printed ;-)

Instead, use a simple key/value style output.
src/include/core/store.h
src/tools/sysdb/command.c
src/tools/sysdb/json.c
src/tools/sysdb/json.h