sdb
sdb copied to clipboard
Dump/Load nested SDBs in JSON format
foo=bar
cow=123
low={"pop":123,"jiji":456}
will be dumped as:
{"foo":"bar","cow":123,"low":{"pop":123,"jiji",456}}
The nested Sdbs thing should be discussed
Looks good to me