CSE316/hw3/server/test/postman-lists.json
2022-05-23 06:22:34 -04:00

34 lines
836 B
JSON

{
"top5Lists": [
{
"name": "Games",
"items": [
"StarCraft",
"Fallout 3",
"Katamari Damacy",
"Civilization II",
"Super Mario World"
]
},
{
"name": "Movies",
"items": [
"Raiders of the Lost Ark",
"Goodfellas",
"Lord of the Rings",
"Airplane!",
"Lawrence of Arabia"
]
},
{
"name": "Pink Floyd Songs",
"items": [
"Shine On You Crazy Diamond",
"Comfortably Numb",
"Pigs (Three Different Ones)",
"Echoes (Live at Pompeii)",
"Time"
]
}
]
}