jason v1.3.0 Release Notes
-
โจ Enhancements
- โ Add the
Jason.OrderedObjectstruct - ๐ Support decoding objects preserving all the keys with
objects: :ordered_objectsoption - ๐ Support decoding floats to
Decimalwithfloats: :decimalsoption - โ Add
~jand~Jsigils in moduleJason.Sigilto 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