Files
chatservice_concept/test_data/messages.json

26 lines
444 B
JSON

[
{
"ID": "1",
"UserID": 1,
"Body": "hello",
"Timestamp": 1234567890
},
{
"ID": "2",
"UserID": 2,
"Body": "world",
"Timestamp": 1234567890
},
{
"ID": "3",
"UserID": 1,
"Body": "abababa",
"Timestamp": 1234567890
},
{
"ID": "4",
"UserID": 2,
"Body": "bitch",
"Timestamp": 1234567890
}
]