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

15 lines
208 B
JSON
Raw Normal View History

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