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