aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/qtest/json_parse/save-01.json
blob: a9ef052a36302f101fe9b3775224c86bdc353e5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "a": "bcd",
  "e": [
    1,
    2,
    3,
    4,
    "five",
    {
      "8": 9,
      "six": 7
    },
    null,
    true,
    false,
    "a\b\f\n\r\t\\\"/z"
  ]
}