1
0
Fork 0
telegraf/plugins/parsers/json_v2/testdata/multiple_timestamps/input.json

13 lines
196 B
JSON
Raw Normal View History

{
"events": [
{
"name": "fire",
"time": "1555745371410"
},
{
"name": "flood",
"time": "1555745371410"
}
]
}