aeson v1.4.6.0 Release Notes

Release Date: 2019-11-12 // over 4 years ago
    • Provide a clearer error message when a required tagKey for a constructor is missing, thanks to Guru Devanla. The error message now looks like this: Error in $: parsing Types.SomeType failed, expected Object with key "tag" containing one of ["nullary","unary","product","record","list"], key "tag" not found

    • ➕ Add formatPath and formatRelativePath functions to turn a JSONPath into a String, thanks to Robbie McMichael