sdb icon indicating copy to clipboard operation
sdb copied to clipboard

Dump/Load nested SDBs in JSON format

Open radare opened this issue 9 years ago • 1 comments

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

radare avatar Sep 28 '15 13:09 radare

Looks good to me

jvoisin avatar Sep 28 '15 16:09 jvoisin