Harmonize coding style in example in the API spec
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 22 Mar 2013 17:01:57 +0100
changeset 1470 f854d3d623eb
parent 1469 11c48dbf77d9
child 1471 9fd042ecd92c
Harmonize coding style in example in the API spec
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Fri Mar 22 16:56:37 2013 +0100
+++ b/spec/latest/json-ld-api/index.html	Fri Mar 22 17:01:57 2013 +0100
@@ -452,7 +452,7 @@
       {
         "@id": "_:t0",
         "http://xmlns.com/foaf/0.1/name": [
-          {"@value": "Dave Longley" }
+          { "@value": "Dave Longley" }
         ]
       },
       {
@@ -494,9 +494,7 @@
         {
           "@id": "http://me.markus-lanthaler.com/",
           "name": "Markus Lanthaler",
-          "knows": {
-            "@id": "_:t0"
-          }
+          "knows": { "@id": "_:t0" }
         }
       ]
     }
@@ -535,14 +533,10 @@
       {
         "@id": "http://me.markus-lanthaler.com/",
         "http://xmlns.com/foaf/0.1/name": [
-          {
-            "@value": "Markus Lanthaler"
-          }
+          { "@value": "Markus Lanthaler" }
         ],
         "http://xmlns.com/foaf/0.1/homepage": [
-          {
-            "@id": "http://www.markus-lanthaler.com/"
-          }
+          { "@id": "http://www.markus-lanthaler.com/" }
         ]
       }
     ]