Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@abhinav abhinav released this 03 May 23:15
· 12 commits to master since this 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.