Rework encoder API to not need a custom DU (GH-188)
Rework object encoder helper to support JSON backends not allowing mutating a JSON object
Fixed
Encoding negative integers should keep their sign (GH-187)
Emit non ascii characters as is when encoding to JSON (JSON specs advice to use utf-8 string and not limit to ascii) (align non compacted JSON behaviour with compacted JSON)
Added
Decode.fromValue
0.2.0 - 2024-04-03
Added
Decode.unsafeFromString
Fixed
Emit non ascii characters as is when encoding to JSON (JSON specs advice to use utf-8 string and not limit to ascii)