[{"First Name":"qwe","member":"complainant"},{"Last Name":"qwee","member":"scienceclub"},{"Middle Name":"wqe","member":"complainant"}]
I have only this json above how can i combine/flatten/merge them so that i can get the resulting json like
[{"First Name":"qwe","Last Name":"qwe","Middle Name":"wqe","member":"scienceclub"}]
I search for a function in jquery but all i see are the ones with 2 object
.
Any suggestion is appreciated
UPDATE
I dont separate json array it is just one with arrays inside is it possible to merge the array inside of []
?