JSON Array Parsing with Telegraf

Hello,

I have to parse a JSON that has multiple measurements in the same input (same or different measurements). Can we do that with telegraf?

Thank you!

{
“timestamp”: 1540307794309,
“values”: [{
“id”: “Measurement_a”,
“v”: false,
“q”: true,
“t”: 1540307787766
},
{
“id”: “Measurement_a”,
“v”: false,
“q”: true,
“t”: 1540307785285
},
{
“id”: “Measurement_c”,
“v”: false,
“q”: true,
“t”: 1540505088501
},
{
“id”: “Measurement_d”,
“v”: 1800000,
“q”: true,
“t”: 1540505088501
}]
}