Enum JsonOutputMode
Represents the output mode of a JsonWriter.
public enum JsonOutputMode
  - Extension Methods
 
Fields
Shell = 0Use a format that can be pasted in to the MongoDB shell.
CanonicalExtendedJson = 1Output canonical extended JSON.
RelaxedExtendedJson = 2Output relaxed extended JSON.