mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 05:43:47 +08:00
19 lines
394 B
JSON
19 lines
394 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 }
|
|
]
|
|
}
|