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