Want to update json file partially. Want to update different values different records.
Example:
[
{
"Id": "default",
"AccountId":1,
},
{
"Id": "default",
"AccountId":2,
}
]
Based on some inputs want to update only AccountId in the first record only.Is it possible to do that