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
withfloats: :decimals
option - โ Add
~j
and~J
sigils in moduleJason.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
- โ Add the