Skip to content

Instantly share code, notes, and snippets.

@dpineiden
Created July 11, 2017 16:20
Show Gist options
  • Save dpineiden/bb4b8dc7e231d0bbdda036c3fa14c72c to your computer and use it in GitHub Desktop.
Save dpineiden/bb4b8dc7e231d0bbdda036c3fa14c72c to your computer and use it in GitHub Desktop.
d3_graph_tree_example.json
{'children': [{'children': [{'children': ['g'], 'name': 'f'}, {'children': [], 'name': 'h'}], 'name': 'e'}, {'children': [{'children': [{'children': [{'children': [], 'name': 'l'}, {'children': [], 'name': 'm'}], 'name': 'k'}], 'name': 'j'}], 'name': 'i'}, {'children': [{'children': [{'children': [], 'name': 'c'}, {'children': [], 'name': 'd'}], 'name': 'b'}], 'name': 'a'}], 'name': 'PIGRO'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment