I have the following JSON return from a page:
{
"0":{
"id_user":"10",
"contente":"45454545454",
"time":"azul",
"nick":"ikeda."
},
"1":{
"id_user":"10",
"contente":"4",
"time":"azul",
"nick":"ikeda."
},
"2":{
"id_user":"10",
"contente":"5",
"time":"azul",
"nick":"ikeda."
},
"3":{
"id_user":"10",
"contente":"45",
"time":"azul",
"nick":"ikeda."
},
"4":{
"id_user":"10",
"contente":"44",
"time":"azul",
"nick":"ikeda."
},
"status":"success",
"msgs":5
}