I have input json
[
{
"nm": "BRANCHID",
"vl": "1"
},
{
"nm": "TELLERID",
"vl": "9903"
},
{
"nm": "mobile",
"vl": "9903234565"
}
]
I need to check nm equal to BRANCHID
or TELLERID
then would set V1 value accordingly and output:
{"BRANCHID":"1"},
{"TELLERID",:"9903"}