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

Tree from python nested dictionary #207

Open
GiorgioBarnabo opened this issue Nov 6, 2022 · 0 comments
Open

Tree from python nested dictionary #207

GiorgioBarnabo opened this issue Nov 6, 2022 · 0 comments

Comments

@GiorgioBarnabo
Copy link

Hi there,

Hi there,

is there any easy way to create a tree from a python nested dictionary?
For instance, I would like to turn: {'tax': {'a':{'c':{}, 'd':{}}, 'b': {'e':{}, 'f':{}}}}

tax
--- a
------- c
------- d
--- b
------- e
------- f

In general, I do not understand what format the json_importer takes as input. Could you please provide some examples? It there any online editor to first manually design the tree with nodes and arrows and then export it in the right format?

Thank you.

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

1 participant