Question
Frontier Communications
US
Last activity: 9 Feb 2024 7:07 EST
Update JSON Object with Out converting to Clipboard
How to update jSON Object(its big JSON) with out converting to clipboard?In below example ,"Active" to false when "Name" is Hari?
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" }