Fix t/var/configs/*.json to use valid JSON syntax.
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / scalar_ref.json
CommitLineData
c40935c5 1{
401a9e9b 2 "might_have": {
3 "fetch": 0
c40935c5 4 },
401a9e9b 5 "has_many": {
6 "fetch": 0
c40935c5 7 },
401a9e9b 8 "sets": [{
9 "class": "Artist",
10 "cond": { "me.name": "\\= \"We Are Goth\"" },
11 "quantity": "all",
12 "fetch": [{
13 "rel": "cds",
14 "cond": { "me.title": "\\LIKE \"%with us\"" }
c40935c5 15 }]
16 }]
401a9e9b 17}