JsonOutputMode Enumeration |
Namespace: MongoDB.Bson.IO
Member name | Value | Description | |
---|---|---|---|
Strict | 0 | Output strict JSON. | |
Shell | 1 | Use a format that can be pasted in to the MongoDB shell. | |
JavaScript | 1 | Obsolete. Use JavaScript data types for some values. | |
TenGen | 1 | Obsolete. Use JavaScript and MongoDB data types for some values. |