[
{
"First Name":"John",
"Middle Name":"Rock",
"Last Name":"JohnRock" },
{
"First Name":"George",
"Middle Name":"Smith",
"Last Name":"GeorgeSmith" }
]
how can I remove Last name from above json
expected
[
{
"First Name":"John",
"Middle Name":"Rock"
},
{
"First Name":"George",
"Middle Name":"Smith"
}
]
Thanks
Mageshwaran RPosted Nov 9, 2019, 9:02 AM
Jaimin ShethiyaPosted Sep 27, 2019, 7:48 AM
let me know if you have needed any other help from myside.
Thanks