Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-7437

jsonString does not handle Timestamps as documented

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 2.3.2
    • Affects Version/s: None
    • Component/s: None
    • None
    • Major Change
    • ALL

      http://www.mongodb.org/display/DOCS/Mongo+Extended+JSON

      Current output:

      {"t": <t>, "i": <i>}

      Expected output:
      Strict:
      { "$timestamp" :

      {"t": <t>, "i": <i>}

      }
      Non strict:
      Timestamp( <t>, <i> )

            Assignee:
            sverch Shaun Verch
            Reporter:
            sverch Shaun Verch
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: