Added quote to test.json

This commit is contained in:
Miodec 2021-01-14 01:21:45 +00:00
parent 09621ccfc9
commit 4c25b457bb

View file

@ -8,6 +8,12 @@
],
"quotes": [
{ "text": "This is a quote", "source": "Miodec", "length": 15, "id": 1 },
{ "text": "Another quote", "source": "Someone else", "length": 13, "id": 2 }
{
"text": "Another quote",
"source": "Someone else",
"length": 13,
"id": 2
},
{ "text": "Another quote", "source": "Someone else", "length": 13, "id": 3 }
]
}