{ "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] }