My JSON is as follows,
[{
    "0": {
        "id": "1",
        "first_name": "Super",
        "last_name": "Admin",
        "email": "super@admin.com",
        "password": "12345",
        "mobile_no": "9811657128",
        "parent_id": "0",
        "position": "0",
        "type": "super",
        "created_at": null,
        "updated_at": null,
        "deleted_at": null,
        "stage": 0,
        "total_childs": 5
    },
    "11": {
        "id": "52",
        "first_name": "Ashish",
        "last_name": "Chauhan",
        "email": "ashish@mlm.com",
        "password": "12345",
        "mobile_no": "89889989832",
        "parent_id": "8",
        "position": "1",
        "type": "admin",
        "created_at": "1476702542",
        "updated_at": "1476702542",
        "deleted_at": null,
        "stage": 0,
        "total_childs": 0
    }
}, {
    "0": {
        "id": "2",
        "first_name": "Ashish",
        "last_name": "Chauhan",
        "email": "ashish@mlm.com",
        "password": "12345",
        "mobile_no": "89889989832",
        "parent_id": "1",
        "position": "0",
        "type": "admin",
        "created_at": "1475674631",
        "updated_at": "1475674631",
        "deleted_at": null,
        "stage": 2,
        "total_childs": 2
    }
}, {
    "0": {
        "id": "7",
        "first_name": "Shiva",
        "last_name": "Singh",
        "email": "shiva@mlm.com",
        "password": "12345",
        "mobile_no": "89889989832",
        "parent_id": "2",
        "position": "0",
        "type": "user",
        "created_at": "1475674808",
        "updated_at": "1475674808",
        "deleted_at": null,
        "stage": 1,
        "total_childs": 2
    },
    "1": {
        "id": "8",
        "first_name": "Atul",
        "last_name": "Kumar",
        "email": "atul@mlm.com",
        "password": "12345",
        "mobile_no": "89889989832",
        "parent_id": "2",
        "position": "1",
        "type": "user",
        "created_at": "1475674835",
        "updated_at": "1475674835",
        "deleted_at": null,
        "stage": 1,
        "total_childs": 2
    }
}]