Skip to content

Instantly share code, notes, and snippets.

@novinfard
Created June 20, 2021 18:45
Show Gist options
  • Save novinfard/0577bb16ddd4d5e708670c67d76a87ca to your computer and use it in GitHub Desktop.
Save novinfard/0577bb16ddd4d5e708670c67d76a87ca to your computer and use it in GitHub Desktop.
[User List in SimpleLottery App]
{
"items": [
{
"userId": 10,
"name": "Jack Alexy",
"username": "JAlex",
"regDate": "2020-10-19"
},
{
"userId": 22,
"name": "Mr. Hashemi",
"username": "Hashaaa",
"regDate": "2019-08-19"
},
{
"userId": 4,
"name": "Mack",
"username": "mackMack13",
"regDate": "2018-10-02"
},
{
"userId": 18,
"name": "Pack",
"username": "packPackDom",
"regDate": "2018-04-12"
},
{
"userId": 182,
"name": "Mohsen",
"username": "AghaMohsen",
"regDate": "2020-04-12"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment