This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
fullstack-open/part7/ultimate-hooks/db.json
Andrew Trieu 0ca8ac4214 Upload 7.8
2023-06-29 11:04:20 +03:00

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