Fix t/var/configs/*.json to use valid JSON syntax.
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / date.json
index 2fc932c..c703c05 100644 (file)
@@ -1,13 +1,13 @@
 {
-        might_have: {
-            fetch: 0
+        "might_have": {
+            "fetch": 0
         },
-        has_many: {
-            fetch: 0
+        "has_many": {
+            "fetch": 0
         },
-        sets: [{
-            class: 'Track',
-            ids: ['9']
+        "sets": [{
+            "class": "Track",
+            "ids": ["9"]
         }],
-        datetime_relative : "2007-10-30 00:00:00"  
+        datetime_relative : "2007-10-30 "00":"00":00"  
 }