Author: lindner
Date: Tue Nov 16 01:06:58 2010
New Revision: 1035511

URL: http://svn.apache.org/viewvc?rev=1035511&view=rev
Log:
fix json for php parser

Modified:
    shindig/trunk/content/sampledata/canonicaldb.json

Modified: shindig/trunk/content/sampledata/canonicaldb.json
URL: 
http://svn.apache.org/viewvc/shindig/trunk/content/sampledata/canonicaldb.json?rev=1035511&r1=1035510&r2=1035511&view=diff
==============================================================================
--- shindig/trunk/content/sampledata/canonicaldb.json (original)
+++ shindig/trunk/content/sampledata/canonicaldb.json Tue Nov 16 01:06:58 2010
@@ -365,15 +365,15 @@
                        "link": "http://www.myobject.com";,
                        "objectType": "article",
                        "media": {
-                               "url": 
'http://myvideos.com/raftingtrip/raftingvideo.avi',
-                               "type": 
'http://activitystrea.ms/schema/1.0/video',
-                               "width": '400',
-                               "height": '300',
-                               "duration": '93'
+                               "url": 
"http://myvideos.com/raftingtrip/raftingvideo.avi";,
+                               "type": 
"http://activitystrea.ms/schema/1.0/video";,
+                               "width": "400",
+                               "height": "300",
+                               "duration": "93"
                        },
                        "actionLinks": [{
-                               "target": 'http://myvideos.com/raftingvideo',
-                               "caption": 'Went white water rafting in the 
great lakes - ga hah!'
+                               "target": "http://myvideos.com/raftingvideo";,
+                               "caption": "Went white water rafting in the 
great lakes - ga hah!"
                        }]
                }
        }]


Reply via email to