I would like to retrieve the following information from a JSON:
{
"list_folder": {
"accounts": [
"dbid:Aapamskfpano1-l2_12oKKn123o1pk23"
]
},
"delta": {
"users": [
12321512
]
}
}
I need both the accounts array and users array. This JSON is in the body.
How I can obtain and parse this?