This commit is contained in:
Looly
2023-04-18 11:17:32 +08:00
parent 315890ddc2
commit f66b5fe55e
3 changed files with 52 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
{
"testUserList": [
{
"testAbc": "123"
},
{
"testArray": [
{
"username": "a",
"password": "a-password"
},
{
"username": "b",
"password": "b-password"
}
]
}
]
}