jason v1.3.0 Release Notes

  • โœจ Enhancements

    • โž• Add the Jason.OrderedObject struct
    • ๐Ÿ‘Œ Support decoding objects preserving all the keys with objects: :ordered_objects option
    • ๐Ÿ‘Œ Support decoding floats to Decimal with floats: :decimals option
    • โž• Add ~j and ~J sigils in module Jason.Sigil to support writing JSON literals in code

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix error reporting when decoding strings (it was possible to mis-attribute the offending byte)
    • ๐Ÿ‘Œ Verify fields given to @derive