Files
expressmongotest/chapter21/05_fake_users.json
2013-01-13 18:16:49 -08:00

21 lines
298 B
JSON

{
"frank": {
"username": "frank",
"name": "Frank Sinatra",
"bio": "Singer"
},
"jobim": {
"username": "jobim",
"name": "Antonio Carlos Jobim",
"bio": "Composer"
},
"fred": {
"username": "fred",
"name": "Fred Astaire",
"bio": "Dancer and Actor"
}
}