This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
v0.2.0
Pre-release
Pre-release
- Added
DecodeHook
to intercept values before they are decoded. - Added
FieldHook
to intercept values before they are decoded into specific
struct fields. - Decode now parses strings if they are found in place of a float, boolean,
or integer. - Embedded structs and maps will now be inlined into their parent structs.