Table of Contents

Method Parse

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Parse(string)

Parses a JSON string and returns a BsonDocument.

public static BsonDocument Parse(string json)

Parameters

json string

The JSON string.

Returns

BsonDocument

A BsonDocument.