Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 341 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 341 Bytes

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?