mirror of
https://github.com/10h30/fullstackopen.git
synced 2026-06-05 15:08:33 +09:00
restructured folder
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"persons":[
|
||||
{
|
||||
"name": "Arto Hellas",
|
||||
"number": "040-123456",
|
||||
"id": 1
|
||||
},
|
||||
{
|
||||
"name": "Ada Lovelace",
|
||||
"number": "39-44-5323523",
|
||||
"id": 2
|
||||
},
|
||||
{
|
||||
"name": "Dan Abramov",
|
||||
"number": "12-43-234345",
|
||||
"id": 3
|
||||
},
|
||||
{
|
||||
"name": "Mary Poppendieck",
|
||||
"number": "39-23-6423122",
|
||||
"id": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user