I have Json strings in the database I am fetching those with sql query , I need to update this json values with another value how can achieve that .
{
"ssoredr": [
"xyz",
"abc",
"def",
"zas"
],
"allowedOther": {
"FUNDSERV": "dfghj",
"CINS": "dfghj",
"ESDID": "fghjk",
"Compliance Science ID": "3456",
"OSI IDENTIFIER": "6789"
},
"mftConfiguration": {
"connectionName": "UK-Only",
"archiveFolder": "/xyz/ua/Archive/"
}
}
I need to update mftconfigaration with another value