Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dump/Load nested SDBs in JSON format #88

Open
radare opened this issue Sep 28, 2015 · 1 comment
Open

Dump/Load nested SDBs in JSON format #88

radare opened this issue Sep 28, 2015 · 1 comment

Comments

@radare
Copy link
Collaborator

radare commented Sep 28, 2015

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

@jvoisin
Copy link
Contributor

jvoisin commented Sep 28, 2015

Looks good to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants