mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 00:52:11 +00:00
24 lines
382 B
JSON
24 lines
382 B
JSON
{
|
|
|
|
"frank": {
|
|
"username": "frank",
|
|
"name": "Frank Sinatra",
|
|
"bio": "Singer",
|
|
"password": "password"
|
|
},
|
|
|
|
"jobim": {
|
|
"username": "jobim",
|
|
"name": "Antonio Carlos Jobim",
|
|
"bio": "Composer",
|
|
"password": "password"
|
|
},
|
|
|
|
"fred": {
|
|
"username": "fred",
|
|
"name": "Fred Astaire",
|
|
"bio": "Dancer and Actor",
|
|
"password": "password"
|
|
}
|
|
|
|
} |