github.com/orofarne/hammy@v0.0.0-20130409105742-374fadfd6ecb/examples/input_example.json (about) 1 { 2 "data": { 3 "host2": { 4 "key2.2": [ 5 { 6 "value": 12345, 7 "timestamp": 1361785858 8 }, 9 { 10 "value": 999.3, 11 "timestamp": 1361785927 12 } 13 ], 14 "key2.1": [ 15 { 16 "value": "test string", 17 "timestamp": 1361785817 18 } 19 ] 20 }, 21 "host1": { 22 "key1.1": [ 23 { 24 "value": 3.14, 25 "timestamp": 1361785778 26 } 27 ] 28 } 29 } 30 }