blob: fd003ac68f7522c6f1c0b400b1fdb897da8b63eb [file] [log] [blame]
{
"test": 123,
"test2": [1,2,3],
"test3": {
"a": [4,5,6],
"b": [7,8,9],
"c": {
"d": [10, 11, 12]
}
},
"testFloat": [1.1, 1.2, 1.3],
"testStr": ["hello", "drill"]
}
{
"test2": [1,2],
"test3": {
"a": [7,7,7,8],
"b": []
},
"testFloat": [2.2, 2.3, 2.4]
}