How to update jSON Object(its big JSON) with out converting to clipboard?In below example ,“Active” to false when “Name” is Hari?
{
“ID”: “1”,
“City”: “texas”,
“Name”: “Pega”,
“Mandatory”: false,
“Active”: true,
“Child”: [
{
“ID”: “3243”,
“Address”: “Arizona”,
“Name”: “Hari”,
“Mandatory”: false,
“Active”: true,
“Price”: [
{
“Name”: “Simplr”,
“Price”: “-10”
}
],
“ChildEntities”: “0”,
“ActiveChildEntities”: “0”
}
],
“ChildEntities”: “0”,
“ActiveChildEntities”: “1”
}