sjakathi
5 years agoNew Contributor II
How To Rename Array key or Column
Hi ,
I have an array and I want to change the key/column names of it.
{
“Items”:{
“Item”:[
{
“Item”:'“Pen”,
“Desc”:“Black”
},
{
“Item”:"Pen ",
“Desc”:“Blue”
}
]
}
i want to rename the Item as WM_Item and Desc as WM_Desc