Skip to content

Instantly share code, notes, and snippets.

@web20opensource
Last active February 23, 2016 18:30
Show Gist options
  • Select an option

  • Save web20opensource/fb60056dffec86da0285 to your computer and use it in GitHub Desktop.

Select an option

Save web20opensource/fb60056dffec86da0285 to your computer and use it in GitHub Desktop.

Revisions

  1. web20opensource revised this gist Feb 23, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion jsonString.txt
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {'tree': {'ID': 1 , 'Label': 'A', 'chidrenNodes': [ {'ID': 2, 'Label': 'B', 'chidrenNodes': [ {'ID': 5, 'Label': 'E'}, {'ID': 6, 'Label': 'F'}, {'ID': 7, 'Label': 'G'} ]}, {'ID': 3, 'Label': 'C'}, {'ID': 4, 'Label': 'D', 'chidrenNodes': [ {'ID': 8, 'Label': 'H'}, {'ID': 9, 'Label': 'I'} ]} ]} }
    {'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'} ]} ]} }
  2. web20opensource revised this gist Feb 23, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion jsonString.txt
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    "{'tree': {'ID': 1 , 'Label': 'A', 'chidrenNodes': [ {'ID': 2, 'Label': 'B', 'chidrenNodes': [ {'ID': 5, 'Label': 'E'}, {'ID': 6, 'Label': 'F'}, {'ID': 7, 'Label': 'G'} ]}, {'ID': 3, 'Label': 'C'}, {'ID': 4, 'Label': 'D', 'chidrenNodes': [ {'ID': 8, 'Label': 'H'}, {'ID': 9, 'Label': 'I'} ]} ]} }"
    {'tree': {'ID': 1 , 'Label': 'A', 'chidrenNodes': [ {'ID': 2, 'Label': 'B', 'chidrenNodes': [ {'ID': 5, 'Label': 'E'}, {'ID': 6, 'Label': 'F'}, {'ID': 7, 'Label': 'G'} ]}, {'ID': 3, 'Label': 'C'}, {'ID': 4, 'Label': 'D', 'chidrenNodes': [ {'ID': 8, 'Label': 'H'}, {'ID': 9, 'Label': 'I'} ]} ]} }
  3. web20opensource created this gist Feb 19, 2016.
    1 change: 1 addition & 0 deletions jsonString.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    "{'tree': {'ID': 1 , 'Label': 'A', 'chidrenNodes': [ {'ID': 2, 'Label': 'B', 'chidrenNodes': [ {'ID': 5, 'Label': 'E'}, {'ID': 6, 'Label': 'F'}, {'ID': 7, 'Label': 'G'} ]}, {'ID': 3, 'Label': 'C'}, {'ID': 4, 'Label': 'D', 'chidrenNodes': [ {'ID': 8, 'Label': 'H'}, {'ID': 9, 'Label': 'I'} ]} ]} }"