i need a help .i have a JSON file that i want to parse and get some value from it.
i have json
in following format:
enter code here
{
"node":{
"default":{
"display Name": "abc"
}
}
}
i want to parse display name . right now only object coming.