I've a json file in my ajax request, the ajax file is loaded, i know posible that my apologies for that.
i have a json file:
{
"message": {
    "1376819020": {
        "id": "151",
        "text": "Waar ? :)",
        "time": "1376819020",
        "fullname": "David"
    },
    "1376985491": {
        "id": "152",
        "text": "feff",
        "time": "1376985491",
        "fullname": "David"
    }
}
}
If i remove the time stamps ( 1376985491, 1376819020 ) i can load the json file into javascript but if i let the timestamps then i cant load because the numbers are random.
has any one a idea how i can load it?
 
     
     
     
    