hi,
i need to remove a key from json object array, the array contains users details
[{
"id": 1,
"name": "AAA",
"exp": 5
},
{
"id": 2,
"name": "BBB",
"exp": 3
}]
i need to remove the "id" key from the object array
[{
"name": "AAA",
"exp": 5
},
{
"name": "BBB",
"exp": 3
}]
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanoj VishwakarmaPosted May 12, 2018, 2:04 AM
Kaushik DhameliyaPosted Apr 3, 2018, 10:45 PM