aboutsummaryrefslogtreecommitdiffstats
path: root/csit/data/cps-core/testTreePatchExample.json
blob: 31210b62896f7dc056cd312d9fae4a56f0cdd189 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "Right",
  "nest": {
    "name": "Bigger",
    "birds": [
      "Eagle",
      "Falcon",
      "Pigeon"
    ]
  }
}