Fix t/var/configs/*.json to use valid JSON syntax.
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / quantity.json
index d4f9ba4..c63ca21 100644 (file)
@@ -1,12 +1,12 @@
 {
-        might_have: {
-            fetch: 0
+        "might_have": {
+            "fetch": 0
         },
-        has_many: {
-            fetch: 0
+        "has_many": {
+            "fetch": 0
         },
-        sets: [{
-            class: 'CD',
-            quantity: 3
+        "sets": [{
+            "class": "CD",
+            "quantity": 3
         }]
 }
\ No newline at end of file