JsonPath仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
486 B

{
"lotto": {
"maxAverage": 100,
"lottoId": 5,
"winning-numbers": [
2,
45,
34,
23,
7,
5,
3
],
"winners": [
{
"winnerId": 23,
"numbers": [
2,
45,
34,
23,
3,
5
]
},
{
"winnerId": 54,
"numbers": [
52,
3,
12,
11,
18,
22
]
}
]
}
}