Json.NET - Quick Starts & API Documentation
Newtonsoft.Json.Bson Namespace
Namespaces ► Newtonsoft.Json.Bson
The Newtonsoft.Json.Linq namespace provides classes that are used to implement BSON.
Declaration Syntax
C# | Visual Basic | Visual C++ |
namespace Newtonsoft.Json.Bson
Namespace Newtonsoft.Json.Bson
namespace Newtonsoft.Json.Bson
Types
All Types | Classes |
Icon | Type | Description |
---|---|---|
BsonObjectId |
Represents a BSON Oid (object id).
|
|
BsonReader |
Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
|
|
BsonWriter |
Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
|