Skip to content

Commit

Permalink
Added ebson (extensible bson in Java)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkey101 committed Oct 4, 2011
1 parent a18f9a3 commit c60c801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ <h3>BSON Libraries</h3>
<p><a href="http://hackage.haskell.org/package/bson">Haskell</a></p>
</li>
<li>
<p>Java: <a href="http://github.com/mongodb/mongo-java-driver/blob/master/src/main/com/mongodb/RawDBObject.java">Official MongoDB driver</a> or <a href="https://github.com/michel-kraemer/bson4jackson">bson4jackson</a></p>
<p>Java: <a href="http://github.com/mongodb/mongo-java-driver/blob/master/src/main/com/mongodb/RawDBObject.java">Official MongoDB driver</a> or <a href="https://github.com/michel-kraemer/bson4jackson">bson4jackson</a> or <a href="http://code.google.com/p/ebson">ebson</a></p>
</li>
<li>
<p><a href="http://github.com/paracycle/BsonME">J2ME</a> (work in progress)</p>
Expand Down

0 comments on commit c60c801

Please sign in to comment.