mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
18 lines
261 B
JSON
18 lines
261 B
JSON
[
|
|
{
|
|
"user": {
|
|
"firstName": "John",
|
|
"lastName": "Doe",
|
|
"email": "johndoe@example.com",
|
|
"username": "johndoe"
|
|
}
|
|
},
|
|
{
|
|
"user": {
|
|
"firstName": "Jane",
|
|
"lastName": "Doe",
|
|
"email": "janedoe@example.com",
|
|
"username": "janedoe"
|
|
}
|
|
}
|
|
]
|