fullstackopen-notes/parts/2/renderingCollections/db.json
2025-05-25 15:04:45 +02:00

49 lines
No EOL
836 B
JSON

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