summaryrefslogtreecommitdiffstats
path: root/tests/inputs/nestedtwice/nestedtwice.json
blob: c95313286ef54dec33932af812f066c76025e6ce (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "top": {
    "name": "double-nested",
    "middle": {
      "bottom": [{"foo": "hello"}],
      "enumBottom": ["A"],
      "topMiddleBottom": [{"a": "hello"}],
      "bar": true
    }
  }
}