1
0
Fork 0
telegraf/plugins/parsers/json_v2/testdata/array_of_objects/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

14 lines
208 B
JSON

{
"features": [
{
"properties": {
"mag": 5.17
}
},
{
"properties": {
"mag": 6.2
}
}
]
}