@hackage / json-fu

Generic JSON serialization / deserialization

Latest0.1.1

About

Metadata

  • Last updated , by SimonHengel
  • License MIT
  • Categories JSON
  • Maintained by: Simon Hengel <sol@typeful.net>

  • Lottery factor: 0

Links

Installation

Readme

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.