jsonString does not handle Timestamps as documented

XMLWordPrintableJSON

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

      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:
              Shaun Verch (Inactive)
              Reporter:
              Shaun Verch (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: