json-fu

Generic JSON serialization / deserialization

Latest on Hackage:0.1.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed and maintained by Simon Hengel

A generic JSON serializer that converts fields to snake_case and optionally strips the constructor name from fields, so that the generated JSON is compatible with most web services.

Have a look at https://github.com/sol/json-fu#readme for examples.