summaryrefslogtreecommitdiffstats
path: root/lib/iolog/regress/iolog_json/test3.in
blob: 6f243e3bd3817515815656ddb6f7dfb26eb54ee8 (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": "non\u0073ense",
    "scope": {
        "a": "b",
        "bah": null
    },
    "array1": [
        "foo",
        "bar",
        [
            123,
            null,
            false,
            "fizz",
            "buzz"
        ]
    ]
}