25 lines
361 B
JSON
25 lines
361 B
JSON
{
|
|
"notes": [
|
|
{
|
|
"id": 1,
|
|
"content": "custom hooks are awesome"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"content": "best feature ever <3"
|
|
}
|
|
],
|
|
"persons": [
|
|
{
|
|
"id": 1,
|
|
"name": "Matti Luukkainen",
|
|
"number": "040-12344565"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Tarja Halonen",
|
|
"number": "040-2223334"
|
|
}
|
|
]
|
|
}
|