Files
helsinki/Pt7_8ultimateHooks/db.json
T
2023-08-08 16:02:54 +03:00

41 lines
613 B
JSON

{
"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
}
]
}