Preview release with Unmarshaling bug fixes
Pre-release
Pre-release
Bug fixes
- Fix a bug where
Unmarshal
would fail to unmarshal into an array (not slice) if the array was big enough to hold the entire unmarshaleddata
. - Fix a bug where fuzzy JSON decoding did not work correctly on the JSON literals
null
,false
, andtrue
.
Other improvements
- Increase test coverage for
Unmarshal
. - Minor housekeeping/tidying.