You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
315 B
21 lines
315 B
{
|
|
"Users":
|
|
[{
|
|
"UserName": "User One",
|
|
"Wins": "1",
|
|
"Loses": "1",
|
|
"LastDate": "2019-11-08",
|
|
"IP": "127.0.0.1",
|
|
"City": "Dallas",
|
|
"Country": "US"
|
|
},
|
|
{
|
|
"UserName": "User Two",
|
|
"Wins": "2",
|
|
"Loses": "2",
|
|
"LastDate": "2019-11-08",
|
|
"IP": "127.0.0.1",
|
|
"City": "Sofia",
|
|
"Country": "BG"
|
|
}]
|
|
}
|