-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: bson-4.1.1
-
Component/s: None
-
None
Currently, #as_json on a BSON::Timestamp returns a document in the form:
{ "t" => 10, "i" => 50 }
but the bson spec specifies it should be:
{"$timestamp" => { "t" => 10, "i" => 50 } }