1
0
Fork 0
telegraf/plugins/parsers/json_v2/testdata/multiple_timestamps/input.json
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

12 lines
196 B
JSON

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