Table of Contents

Enum JsonOutputMode

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

Represents the output mode of a JsonWriter.

public enum JsonOutputMode
Extension Methods

Fields

Shell = 0

Use a format that can be pasted in to the MongoDB shell.

CanonicalExtendedJson = 1

Output canonical extended JSON.

RelaxedExtendedJson = 2

Output relaxed extended JSON.