From Ample Motmot, 5 Years ago, written in Plain Text.
Embed
  1. [
  2.   {
  3.     "Name": "Test 1",
  4.     "Country": "usa",
  5.     "isLeaf": false,
  6.     "children": [
  7.       {
  8.         "Name": "Test 1 State",
  9.         "state": "MN",
  10.         "isLeaf": false,
  11.         "children": [
  12.           {
  13.             "Name": "Test 1 chanhassen",
  14.             "state": "MN",
  15.             "country": "usa",
  16.             "isLeaf": false,
  17.             "children": [
  18.               {
  19.                 "Name": "Test 1",
  20.                 "state": "MN",
  21.                 "country": "usa",
  22.                 "location": "384940204",
  23.                 "isLeaf": true
  24.               },
  25.               {
  26.                 "Name": "Test 1",
  27.                 "state": "MN",
  28.                 "country": "usa",
  29.                 "location": "384940204",
  30.                 "isLeaf": false,
  31.                 "children": []
  32.               }
  33.             ],
  34.             "city": "chanhassen"
  35.           }
  36.         ]
  37.       }
  38.     ]
  39.   },
  40.   {
  41.     "Name": "Test 2",
  42.     "Country": "Nepal",
  43.     "isLeaf": false,
  44.     "children": [
  45.       {
  46.         "Name": "Test 2",
  47.         "state": "Bagmati",
  48.         "isLeaf": false,
  49.         "children": [
  50.           {
  51.             "Name": "Test 2 City",
  52.             "state": "Bagmati",
  53.             "country": "Nepal",
  54.             "isLeaf": true,
  55.             "city": "Kathmandu"
  56.           }
  57.         ]
  58.       }
  59.     ]
  60.   }
  61. ]