Upload json files to influx

hi,
I have a file json and I want to load it in influxdb with telegraf is possible??
This is my file:

{“name”:“anagrafica”,“columns”:[“time”,“surname”,“age”,“id”,“name”],
“values”:
[[1550157982402164478,“snow”,“27”,1,“john”],
[1550158001215893640,“stark”,“77”,2,“Eddard”],
[1550158023035823096,“Targaryen”,“87”,3,“Daenerys”],
[1550158040557472544,“stark”,“87”,4,“rob”],
[1550158057539770073," Lannister",“8”,5,“tyrion”]]}