Browse Source

reverting lotto.json formatting

pull/103/head
Matt Greenwood 9 years ago
parent
commit
d38ec66af2
  1. 39
      json-path-assert/src/test/resources/lotto.json

39
json-path-assert/src/test/resources/lotto.json

@ -1,38 +1 @@
{
"lotto": {
"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
]
}
]
}
}
{"lotto":{"lottoId":5,"winning-n umbers":[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]}]}}
Loading…
Cancel
Save