49 lines
No EOL
836 B
JSON
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
|
|
}
|
|
]
|
|
} |