New
v1.3.0
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