I am looking for some solution for my following question. I get the following JSON (sample one).
[{"id":1, "name":firstname}, {"id":2, "name":secondname}]
But I need {"id":1, "name":firstname}, {"id":2, "name":secondname}
I tried with parse, stringify, replace, slice. But there is no response like what I need. I need to remove that array symbol []. Can anyone suggest a idea or solution? Thanks.