The json output provided is as follows:
{
"categories":[
"Physical support- 18-64 (RA)"
],
"series":[
{
"name":"Buckinghamshire",
"data":[
9088
]
},
{
"name":"Lincolnshire",
"data":[
9961
]
}
]
}
Is there a way to extract the Categories and Series elements into separate variables while keeping their respective data intact?