Fix t/var/configs/*.json to use valid JSON syntax.
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / scalar_ref.json
index a1bd2f6..80f06a1 100644 (file)
@@ -1,17 +1,17 @@
 {
-        might_have: {
-            fetch: 0
+        "might_have": {
+            "fetch": 0
         },
-        has_many: {
-            fetch: 0
+        "has_many": {
+            "fetch": 0
         },
-        sets: [{
-            class: 'Artist',
-            cond: { me.name: '\= "We Are Goth"' },
-            quantity: all,
-            fetch: [{ 
-                rel: 'cds',
-                cond: { 'me.title': '\LIKE "%with us"' }
+        "sets": [{
+            "class": "Artist",
+            "cond": { "me.name": "\\= \"We Are Goth\"" },
+            "quantity": "all",
+            "fetch": [{ 
+                "rel": "cds",
+                "cond": { "me.title": "\\LIKE \"%with us\"" }
             }]
         }]
-}
\ No newline at end of file
+}