fullstackopen-notes/parts/2/renderingCollections/db.json

49 lines
836 B
JSON
Raw Normal View History

2025-05-25 12:44:07 +02:00
{
2025-05-25 15:04:45 +02:00
"notes": [
{
"id": "1",
"content": "HTML is easy",
"important": false
},
{
"id": "2",
"content": "Browser can execute only JavaScript",
"important": true
},
{
"id": "3",
"content": "GET and POST are the most important methods of HTTP protocol",
"important": true
},
{
"id": "4",
"content": "123",
"important": false
},
{
"id": "5",
"content": "1233123111",
"important": true
},
{
"id": "6",
"content": "",
"important": true
},
{
"id": "7",
"content": "333",
"important": false
},
{
"id": "8",
"content": "123",
"important": false
},
{
"id": "9",
"content": "11111111111",
"important": false
}
]
}