following along
This commit is contained in:
parent
fee3e03818
commit
6691671c86
4 changed files with 105 additions and 29 deletions
|
|
@ -1,19 +1,49 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue