json-ld 0.2.0-alpha

A JSON-LD implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
  <head>
    <script type="application/ld+json">
    {
      "@context": {"@vocab": "http://example/"},
      "comment-start": "<\!--",
      "comment-end": "--\>",
      "script-start": "<\ScRiPt>",
      "script-end": "<\/sCrIpT>"
    }
    </script>
  </head>
</html>