{
"name": "Top Bar After Login",
"cid": "9921",
"position": "26",
"properties": [{
"propname": "ITEMCOUNT",
"propvalue": "0"
}, {
"propname": "Display",
"propvalue": "yes"
}],
"childs": [{
"name": "Santosh",
"cid": "10299",
"properties": [{
"propname": "Display",
"propvalue": "yes"
}, {
"propname": "ITEMCOUNT",
"propvalue": "0"
}],
"childs": []
}]
}
How to read the child's property in the above JSON object?
I have tried this example Parse JSON in JavaScript? but it didn't help me out to fetch child's properties.
Thanks for the help in advance.
Thanks, Santosh