Convert json to csv using python

what will be the key that i can use to my python code just to extract jitter, latency, link, packetloss and timestamp to csv file?

Sample json:
{
“id”: 1,
“result”: [
{
“data”: [
{
“response”: {
“build”: 1828,
“http_method”: “GET”,
“name”: “sla-log”,
“path”: “virtual-wan”,
“results”: [
{
“interface”: “port1”,
“logs”: ,
“name”: “Default_DNS”
},
{
“interface”: “port1”,
“logs”: ,
“name”: “Default_Office_365”
},
{
“interface”: “port1”,
“logs”: ,
“name”: “Default_Gmail”
},
{
“interface”: “port1”,
“logs”: ,
“name”: “Default_AWS”
},
{
“interface”: “port1”,
“logs”: ,
“name”: “Default_Google Search”
},
{
“interface”: “port1”,
“logs”: ,
“name”: “Default_FortiGuard”
},
{
“interface”: “port1”,
“logs”: [
{
“jitter”: 0.073233,
“latency”: 15.612933,
“link”: “up”,
“packetloss”: 0,
“timestamp”: 1624284672
},
{
“jitter”: 0.069133,
“latency”: 15.622801,
“link”: “up”,
“packetloss”: 0,
“timestamp”: 1624284672
},
{
“jitter”: 0.059133,
“latency”: 15.622666,
“link”: “up”,
“packetloss”: 0,
“timestamp”: 1624284673
},