monkeytype/static/quotes/test.json

13 lines
202 B
JSON
Raw Normal View History

2021-01-14 09:15:56 +08:00
{
"language": "test",
"groups": [
[0, 100],
[101, 300],
[301, 600],
[601, 9999]
],
"quotes": [
{ "text": "This is a quote", "source": "Miodec", "length": 15, "id": 1 }
]
}