mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-05 08:55:28 +08:00
8 lines
163 B
JSON
8 lines
163 B
JSON
{
|
|
"cases": [
|
|
{"name": "ascii_short", "text": "abcd"},
|
|
{"name": "cjk", "text": "你好世界"},
|
|
{"name": "mixed", "text": "Hello 你好世界"}
|
|
]
|
|
}
|