Oj v3.13.6 Release Notes

Release Date: 2021-09-11 // over 2 years ago
    • ๐Ÿ›  Fixed unicode UTF 8 parsing in string values.

    • ๐Ÿ›  Fixed hash key allocation issue.

    • ๐Ÿ“œ The Oj::Parser.new() function now allows optional arguments that set the allowed options for the mode. As an example Oj::Parser.new(:usual, cache_keys: true).