1
0
Fork 0
telegraf/migrations/inputs_httpjson/testcases/array/input.json

20 lines
320 B
JSON
Raw Permalink Normal View History

[
{
"service": "service01",
"a": 0.5,
"b": {
"c": "some text",
"d": 0.1,
"e": 5
}
},
{
"service": "service02",
"a": 0.6,
"b": {
"c": "some text",
"d": 0.2,
"e": 6
}
}
]