in the below json file i want to access the "personal details", but how can i do that, it different from other object keys.
{
"data": {
"personal details": {
"name": "Loren",
"father's name'": "Geroge",
"mother's name": "Lita"
},
"class": {
"name": "Loren Gothem",
"class": 7,
"division": "3rd"
},
"address": {
"temporary address": "Acn Block Ist Phase",
"permanent address": "Bozane Trail Building Ist Floor"
}
}
}