43 lines
1023 B
JSON
43 lines
1023 B
JSON
[
|
|
{
|
|
"author": {
|
|
"name": "Mary Adams",
|
|
"status": "online",
|
|
"avatar": "2.jpg"
|
|
},
|
|
"datetime": "2016-06-17T20:22:05+08:00",
|
|
"time": "10:30",
|
|
"content": "Anyways, i would like just do it"
|
|
},
|
|
{
|
|
"author": {
|
|
"name": "Caleb Richards",
|
|
"status": "off",
|
|
"avatar": "3.jpg"
|
|
},
|
|
"datetime": "2016-06-17T12:30:30+08:00",
|
|
"time": "5:15",
|
|
"content": "I checheck the document. But there seems"
|
|
},
|
|
{
|
|
"author": {
|
|
"name": "June Lane",
|
|
"status": "busy",
|
|
"avatar": "4.jpg"
|
|
},
|
|
"datetime": "2016-06-16T18:38:40+08:00",
|
|
"time": "21:12",
|
|
"content": "Lorem ipsum Id consectetur et minim"
|
|
},
|
|
{
|
|
"author": {
|
|
"name": "Edward Fletcher",
|
|
"status": "away",
|
|
"avatar": "5.jpg"
|
|
},
|
|
"datetime": "2016-06-15T20:34:48+08:00",
|
|
"time": "00:04",
|
|
"content": "Dolor et irure cupidatat commodo nostrud nostrud."
|
|
}
|
|
]
|