Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-1245

Add support for reading new formats defined in the latest version of MongoDB extended JSON

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.1
    • Affects Version/s: 2.0
    • Component/s: BSON
    • None

      Add support for all formats defined in the latest version of the MongoDB extended JSON spec:

      http://docs.mongodb.org/manual/reference/mongodb-extended-json/

      For example, the following is not yet supported:

      { d : { $date : { $numberLong : "1234" } } }
      

      Go through the spec and verify that all defined formats are supported. Add any missing unit tests.

      This ticket is for reading only. There will be no change to the output formats for now.

            Assignee:
            robert@mongodb.com Robert Stam
            Reporter:
            robert@mongodb.com Robert Stam
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: