monkeytype/static/quotes/test.json
2021-01-14 02:18:23 +00:00

36 lines
643 B
JSON

{
"language": "test",
"groups": [
[0, 100],
[101, 300],
[301, 600],
[601, 9999]
],
"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": 3
},
{
"text": "Another quote",
"source": "Someone else",
"length": 13,
"id": 4
},
{
"text": "This is a test quote",
"source": "miodec",
"length": 20,
"id": 5
}
]
}