aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/qtest/json_parse/save-10.json
blob: 1b111dbdb8d9c245efddfb6805b82e721ae9dc8e (plain) (blame)
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
{
  "a": [
    1,
    2,
    {
      "x": "y"
    },
    3,
    {
      "keep": "not in final output"
    }
  ],
  "keep": [
    1,
    null,
    2,
    false,
    "keep",
    3,
    [
      "this",
      "keep",
      "not",
      "final"
    ]
  ]
}