Fix t/var/configs/*.json to use valid JSON syntax.
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / scalar_ref.json
1 {
2         "might_have": {
3             "fetch": 0
4         },
5         "has_many": {
6             "fetch": 0
7         },
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\"" }
15             }]
16         }]
17 }