mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
fix code
This commit is contained in:
19
hutool-json/src/test/resources/test_json_path_001.json
Executable file
19
hutool-json/src/test/resources/test_json_path_001.json
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"testUserList": [
|
||||
{
|
||||
"testAbc": "123"
|
||||
},
|
||||
{
|
||||
"testArray": [
|
||||
{
|
||||
"username": "a",
|
||||
"password": "a-password"
|
||||
},
|
||||
{
|
||||
"username": "b",
|
||||
"password": "b-password"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user