summaryrefslogtreecommitdiffstats
path: root/csit/data/test-tree.json
blob: 8f4b52279999b7bcdb61243fe26c69553ed21254 (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/left",
        "nest": {
          "name": "SMALL/small",
          "birds": [
            "SPARROW/sparrow",
            "Robin",
            "Finch"
          ]
        }
      },
      {
        "name": "Right",
        "nest": {
          "name": "Big",
          "birds": [
            "Night Owl",
            "Raven",
            "Crow"
          ]
        }
      }
    ]
  }
}