summaryrefslogtreecommitdiff
path: root/test/syntax/code/json
blob: 9710b2289227c1c546d349dd43ee29e6831bcccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[
  {
    "title": "apples",
    "count": [12000, 20000],
    "description": {"text": "...", "sensitive": false}
  },
  {
    "title": "oranges",
    "count": [17500, null],
    "description": {"text": "...", "sensitive": false}
  }
]