When I make an ajax call I am getting response as multiple json objects.
//here is the response when I make ajax call:
{"name":"suresh","class":"10th"},{"name":"suresh","class":"10th"}
want to put this response into array.
Could any one help me how to split the objects and put into array?