After making an ajax call, I receive a response consisting of multiple JSON objects.
// Sample response from ajax call:
{"name":"suresh","class":"10th"},{"name":"suresh","class":"10th"}
I am looking for assistance in splitting these objects and storing them in an array. Can anyone help me with this?