This might be a silly question but I did not found any answers for it. How can I get the parent's name from this json for example ?
{
"someParentName":{
"somechild":{
"value1":"test"
}
}
}
So how can i log the "someParentName" ? Any language would be good but i am using JS.