Decode and encode JSON in Haskell like an Elm developer
If you're an Elm developer writing Haskell and you like elm/json, you might like dwayne/hs-json-codec. hs-json-codec provides JSON decoders and encoders for Haskell in the style of elm/json. It's built on dwayne/hs-json-parser, a general-purpose JSON parser and printer that I also wrote. I built b