Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[regression test] add some case for json load regression test (#9614)
Co-authored-by: hucheng01 <hucheng01@baidu.com>
- Loading branch information
1 parent
26353ba
commit b6f5c89f6c5dff7102af47aee205fa75f4a3f175
Showing
2 changed files
with
135 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,10 @@ | ||
{"id": 1, "city": "beijing", "code": 2345671} | ||
{"id": 2, "city": "shanghai", "code": 2345672} | ||
{"id": 3, "city": "guangzhou", "code": 2345673} | ||
{"id": 4, "city": "shenzhen", "code": 2345674} | ||
{"id": 5, "city": "hangzhou", "code": 2345675} | ||
{"id": 6, "city": "nanjing", "code": 2345676} | ||
{"id": 7, "city": "wuhan", "code": 2345677} | ||
{"id": 8, "city": "chengdu", "code": 2345678} | ||
{"id": 9, "city": "xian", "code": 2345679} | ||
{"id": 10, "city": "hefei", "code": 23456710} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters