summaryrefslogtreecommitdiffstats
path: root/tests/data/valid/array/array-subtables.json
blob: 69ad37e98343ac80d467c47b17d52c365289c4ca (plain)
1
2
3
4
5
6
7
8
9
10
11
{"arr":
  {"type":"array","value":
    [
      {"subtab":
        {"val": {"type":"integer","value":"1"}
        }
      },
      {"subtab": {"val": {"type":"integer","value":"2"}}}
    ]
  }
}