Added Gregg Kellogg's Ruby implementation of JSON-LD.
authorManu Sporny <msporny@digitalbazaar.com>
Mon, 09 May 2011 20:47:15 -0400
changeset 28 87caf5a79553
parent 27 f10231495c18
child 29 598c6b2fe2d3
Added Gregg Kellogg's Ruby implementation of JSON-LD.
index.html
--- a/index.html	Sat May 07 17:36:35 2011 -0400
+++ b/index.html	Mon May 09 20:47:15 2011 -0400
@@ -75,13 +75,18 @@
             </div>
 
             <div id="info">
-               <h1>Implementations</h1>
+               <h1>Experimental implementations</h1>
                <ul>
                  <li>C++ 
                    <ul>
                      <li><a href="http://github.com/digitalbazaar/monarch">Monarch</a></li>
                    </ul>
                  </li>
+                 <li>Ruby 
+                   <ul>
+                     <li><a href="https://github.com/gkellogg/json-ld/">JSON-LD Reader/Writer</a></li>
+                   </ul>
+                 </li>
                  <li>Python 
                    <ul>
                      <li><a href="http://github.com/bradleypallen/json_ld_processor">JSON-LD Processor</a></li>