1
0
Fork 0
EnglishPal/app/test/test_file.json

30 lines
583 B
JSON
Raw Normal View History

2024-04-08 16:37:15 +08:00
[
{
"key":"test1",
"value": ["test1"]
},
{
"key":"'test2'",
"value": ["test2"]
},
{
"key":"“test3”",
"value": ["test3"]
},
{
"key":"it's",
"value": ["it's"]
},
{
"key":"hello,I'm linshan",
"value": ["hello","i'm","linshan"]
},
{
"key":"Happy New Year",
"value": ["happy","new","year"]
},
{
"key":"My favorite book is 《Harry Potter》。",
"value":["potter","harry","my","favorite","book","is"]
}
]