Fix t/var/configs/*.json to use valid JSON syntax.
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / fetch.json
CommitLineData
384c3f0c 1{
401a9e9b 2 "might_have": {
3 "fetch": 0
384c3f0c 4 },
401a9e9b 5 "has_many": {
6 "fetch": 0
384c3f0c 7 },
401a9e9b 8 "sets": [{
9 "class": "Artist",
10 "ids": ["1"],
11 "fetch": [{
12 "rel": "cds",
13 "quantity": "all"
384c3f0c 14 }]
15 }, {
401a9e9b 16 "class": "Artist",
17 "ids": ["2"],
18 "fetch": [{
19 "rel": "cds",
20 "cond": { "year": {">": 2002} }
384c3f0c 21 }]
22 }]
401a9e9b 23}