summaryrefslogtreecommitdiffstats
path: root/lib/iolog/regress/iolog_json/test3.out.ok
blob: ea2df89b84a6edec65b08a33fe3c1cc538731925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "true": false,
    "false": true,
    "number": 1234567890,
    "null": null,
    "string": "nonsense",
    "scope": {
        "a": "b",
        "bah": null
    },
    "array1": [
        "foo",
        "bar",
        [
            123,
            null,
            false,
            "fizz",
            "buzz"
        ]
    ]
}