19 lines
388 B
JSON
19 lines
388 B
JSON
|
|
{
|
||
|
|
"notes": [
|
||
|
|
{
|
||
|
|
"id": "1",
|
||
|
|
"content": "HTML is easy",
|
||
|
|
"important": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "2",
|
||
|
|
"content": "Browser can execute only JavaScript",
|
||
|
|
"important": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "3",
|
||
|
|
"content": "GET and POST are the most important methods of HTTP protocol",
|
||
|
|
"important": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|