An open API service indexing awesome lists of open source software.

https://github.com/mongodb/mongo-csharp-driver-jsondotnet

The C#/.NET driver will have a new component to integrate with JSON.NET that needs to live separately from the .NET driver itself.
https://github.com/mongodb/mongo-csharp-driver-jsondotnet

Last synced: 3 months ago
JSON representation

The C#/.NET driver will have a new component to integrate with JSON.NET that needs to live separately from the .NET driver itself.

Awesome Lists containing this project

README

        

MongoDB .NET Driver Json.NET Integration
========================================

This repository contains the project that supports using Json.NET to serialize/deserialize
documents stored in MongoDB using Json.NET serialization.

It is a standalone project that has an external dependency on the MongoDB .NET Driver.