I am new to json so i am getting a json reponse from my ajax call
now i am stuck with looping the json object
here is my json
 {
    "0": {
        "image": "http://test.com/systems.jpg",
        "anchor_tag_link": "http://test.com/1",
        "title": "Oct-Dec-2013"
    },
    "1": {
        "image": "http://test.com/energy.jpg",
        "anchor_tag_link": "http://test.com/1",
        "title": "July-Sept-2013"
    },
    "pages": 2
}
Can anyone help
 
     
     
     
     
     
     
    