I have data return form controller
foo:
0:{id: 1, add_1: "123", add_2: "add1"}
1: {id: 2, add_1: "456", add_2: "add2"}
How can I change the key to like this
foo:
id:{1,2}
add_1:{123,456}
add_2:{add1,add2}
I'm try not change like this please help me