-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
5
-
Iteration Echidna
-
None
decimal128 should be formatted to string based on whether the number is scientific and how large either the exponent or significand are. follow ruby's implementation: https://github.com/mongodb/bson-ruby/blob/master/lib/bson/decimal128/builder.rb#L378-L396