summaryrefslogtreecommitdiffstats
path: root/test/expected/test_cmds.sh_e7e8244fac65bc51dbd5af31be476fe3b8776bfc.out
blob: 21e4506762450f454a216050a57812ed4b2fcb01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "foo bar" : null,
    "array" : [
        1,
        2,
        3
    ],
    "obj" : {
        "one" : 1,
        "two" : true 
    } 
}