Fixed malformed JSON
authorAlexandre Passant <alex@passant.org>
Sat, 23 Jul 2011 21:10:52 +0100
changeset 73 f6c6e17abee9
parent 72 4b0e9ddd3d6e
child 91 e206a170dd5b
Fixed malformed JSON
index.html
--- a/index.html	Mon Jul 18 17:17:44 2011 -0700
+++ b/index.html	Sat Jul 23 21:10:52 2011 +0100
@@ -57,7 +57,7 @@
                <p>A simple example of a JSON object expressing Linked Data:</p>
                <pre>
 { 
-  "@context": "http://purl.org/jsonld/Person"
+  "@context": "http://purl.org/jsonld/Person",
   "@subject": "http://dbpedia.org/resource/John_Lennon",
   "name": "John Lennon",
   "birthday": "10-09",