- [
- {
- "Name": "Test 1",
- "Country": "usa",
- "isLeaf": false,
- "children": [
- {
- "Name": "Test 1 State",
- "state": "MN",
- "isLeaf": false,
- "children": [
- {
- "Name": "Test 1 chanhassen",
- "state": "MN",
- "country": "usa",
- "isLeaf": false,
- "children": [
- {
- "Name": "Test 1",
- "state": "MN",
- "country": "usa",
- "location": "384940204",
- "isLeaf": true
- },
- {
- "Name": "Test 1",
- "state": "MN",
- "country": "usa",
- "location": "384940204",
- "isLeaf": false,
- "children": []
- }
- ],
- "city": "chanhassen"
- }
- ]
- }
- ]
- },
- {
- "Name": "Test 2",
- "Country": "Nepal",
- "isLeaf": false,
- "children": [
- {
- "Name": "Test 2",
- "state": "Bagmati",
- "isLeaf": false,
- "children": [
- {
- "Name": "Test 2 City",
- "state": "Bagmati",
- "country": "Nepal",
- "isLeaf": true,
- "city": "Kathmandu"
- }
- ]
- }
- ]
- }
- ]