41 lines
613 B
JSON
Executable File
41 lines
613 B
JSON
Executable File
{
|
|
"notes": [
|
|
{
|
|
"id": 1,
|
|
"content": "custom hooks are awesome"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"content": "best feature ever <3"
|
|
},
|
|
{
|
|
"content": "new note",
|
|
"id": 3
|
|
},
|
|
{
|
|
"content": "new note",
|
|
"id": 4
|
|
},
|
|
{
|
|
"content": "more new notes",
|
|
"id": 5
|
|
}
|
|
],
|
|
"persons": [
|
|
{
|
|
"id": 1,
|
|
"name": "Matti Luukkainen",
|
|
"number": "040-12344565"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Tarja Halonen",
|
|
"number": "040-2223334"
|
|
},
|
|
{
|
|
"name": "asdas",
|
|
"number": "dasdasdas",
|
|
"id": 3
|
|
}
|
|
]
|
|
} |