aboutsummaryrefslogtreecommitdiffstats
path: root/csit/data/test-tree.json
blob: bc9cbd7cea6a333e205348ae98137db9acf17163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "test-tree": {
    "branch": [
      {
        "name": "Left",
        "nest": {
          "name": "Small",
          "birds": [
            "Sparrow",
            "Robin",
            "Finch"
          ]
        }
      },
      {
        "name": "Right",
        "nest": {
          "name": "Big",
          "birds": [
            "Owl",
            "Raven",
            "Crow"
          ]
        }
      }
    ]
  }
}