1
Answer

multiple list into single array

Photo of selvi jp

selvi jp

4y
796
1

In array of object{"id:1",name:"ss"},{"id:2",name:"ee"}

i want to all the id into single array like[1,2]

Answers (1)