json-ld 0.2.0-alpha

A JSON-LD implementation
Documentation
1
2
3
4
5
6
7
8
9
10
<html>
  <head>
    <script type="application/ld+json">
    {
      "@context": {"@vocab": "http://example/"},
      "foo": "&lt;&amp;&gt;"
    }
    </script>
  </head>
</html>