aeson-utils v0.3 Release Notes
-
- The semantics of
eitherDecodeV
anddecodeV
have been changed to conform to aeson'seitherDecode
anddecode
: They now consume until end of input and strip trailing whitespace.
This is necessary to remove ambiguity when decoding JSON-like values that are not necessarily properly formatted for JSON. For example, parsing a hexadecimal digit sequence that starts with digits but does not have double quotes should fail to parse rather than be interpreted as a number.
- The semantics of