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.
- Host: GitHub
- URL: https://github.com/mongodb/mongo-csharp-driver-jsondotnet
- Owner: mongodb
- License: other
- Created: 2015-07-29T20:45:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T12:44:17.000Z (about 2 years ago)
- Last Synced: 2025-01-29T09:43:37.189Z (3 months ago)
- Language: C#
- Size: 2.12 MB
- Stars: 22
- Watchers: 25
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: License.rtf
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.