Skip to content

Instantly share code, notes, and snippets.

@web20opensource
Last active February 23, 2016 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save web20opensource/fb60056dffec86da0285 to your computer and use it in GitHub Desktop.
Save web20opensource/fb60056dffec86da0285 to your computer and use it in GitHub Desktop.
{'tree': {'ID': 1 , 'Label': 'A', 'childrenNodes': [ {'ID': 2, 'Label': 'B', 'childrenNodes': [ {'ID': 5, 'Label': 'E'}, {'ID': 6, 'Label': 'F'}, {'ID': 7, 'Label': 'G'} ]}, {'ID': 3, 'Label': 'C'}, {'ID': 4, 'Label': 'D', 'childrenNodes': [ {'ID': 8, 'Label': 'H'}, {'ID': 9, 'Label': 'I'} ]} ]} }
@web20opensource
Copy link
Author

json tree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment