/straightForward

A direct JSON parser for Haskell datatypes

Primary LanguageHaskellMozilla Public License 2.0MPL-2.0

straightForward

A library that generates direct JSON Parsers (without any intermediate represention of the JSON value) for a given datatype using TemplateHaskell.

TODO

  • write up some bloody tests
  • ability to ignore unknown fields
  • support for heterogeneous arrays in JSON
  • use scientific?
  • maybe benchmarks?