Blame | Last modification | View Log | Download | RSS feed
/* object with arrays and strings */ {"a1" : ["x", "y"], "a2" : [1, 2, 3], "a3" : "a string", "a4" : true, "a 5" : [false, true] }
/* object with arrays and strings */
{"a1" : ["x", "y"],
"a2" : [1, 2, 3],
"a3" : "a string",
"a4" : true,
"a 5" : [false, true]
}