Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mongodb/bsonspec.org into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Feb 6, 2024
2 parents cd1d797 + b8cd61b commit 968ca83
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions implementations.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ <h3>BSON Libraries</h3>
<li>
<p>C# / .NET</p>
<ul>
<li><p><a href="https://github.com/JamesNK/Newtonsoft.Json">Newtonsoft.Json</a>
- Included in the popular high-performance JSON framework for .NET (a.k.a. Json.NET).</li>
<li><p><a href="https://github.com/JamesNK/Newtonsoft.Json.Bson">Newtonsoft.Json.Bson</a>
- Adds support for reading and writing BSON to the popular Json.NET library.</li>
<li><p><a href="https://github.com/mongodb/mongo-csharp-driver/tree/master/src/MongoDB.Bson">MongoDB.Bson</a>
- Included with the official MongoDB C#/.NET driver.</li>
<li><p><a href="https://github.com/karlseguin/Metsys.Bson">Metsys.Bson</a>
Expand All @@ -74,6 +74,8 @@ <h3>BSON Libraries</h3>
<a href="https://oatpp.io/">Oat++ applications</a>.</li>
<li><p><a href="https://github.com/danielaparker/jsoncons">jsoncons</a> - A C++ header-only library for
constructing JSON and JSON-like data formats including BSON, supports encode/decode of BSON byte string.</li>
<li><p><a href="https://github.com/getml/reflect-cpp">reflect-cpp</a> - A C++-20 library that
provides a unified reflection-based interface for various serialization formats, including BSON.</li>
</ul>
</li>
<li>
Expand Down Expand Up @@ -124,19 +126,26 @@ <h3>BSON Libraries</h3>
<li>
<p>Fantom</p>
<ul>
<li><p><a href="http://www.fantomfactory.org/pods/afBson">afBson</a>
<li><p><a href="https://eggbox.fantomfactory.org/pods/afBson">afBson</a>
- Implementation created to support the development of the afMongo driver for MongoDB.</li>
<li><p><a href="http://bitbucket.org/liamstask/fantomongo/src/tip/fan/bson/">Fantomongo driver</a>
- A pure Fantom driver for MongoDB.</li>
</ul>
</li>
<li>
<p>Gleam</p>
<ul>
<li><p><a href="https://github.com/massivefermion/gleam_bson">gleam_bson</a>
- gleam implementation of the bson spec to support gleam_mongo</li>
<li><p><a href="https://github.com/massivefermion/gleam_mongo">gleam_mongo</a> - mongodb driver for gleam</li>
</ul>
</li>
<li>
<p>Go</p>
<ul>
<li><p><a href="http://labix.org/gobson">gobson</a>
- BSON library implemented to support the mgo MongoDB driver for Go.</li>
<li><p><a href="https://github.com/mikejs/gomongo">gomongo</a> - Driver for MongoDB.</li>
<li><p><a href="https://github.com/mongodb/mongo-go-driver/tree/master/bson">bson</a> - BSON library implemented to support the offical MongoDB Go driver.</li>
<li><p><a href="https://github.com/mongodb/mongo-go-driver/">mongo-go-driver</a> - Official MongoDB Go driver.</li>
<li><p><a
href="https://github.com/mongodb/mongo-go-driver/tree/master/bson">bson</a>
- BSON library implemented within the official MongoDB Go
driver. See the <a href="https://www.mongodb.com/docs/drivers/go/current/fundamentals/bson/">documentation</a> to learn more.</li>
</ul>
</li>
<li>
Expand Down

0 comments on commit 968ca83

Please sign in to comment.