Oj v3.10.0 Release Notes
Release Date: 2019-11-28 // over 2 years ago-
๐ Fixed custom mode load_file to use custom mode.
๐ Fixed rails mode output of IO objects
๐ Fixed issue #567. Second precision is forced if set to the correct number of decimals even if zero nanoseconds.
๐ Fixed issue #568. Dumping bigdecimal in `:rails' mode made more consistent.
๐ Fixed issue #569.
:compat
mode not restricts the escape mode as indicated in the documentation.๐ Fixed issue #570. In
:strict
mode number parsing follows the JSON specification more closely as indended.Added
:ignore_under
which when true will ignore attributes that begin with a_
when dumping in:object
or:custom
mode.