项目作者: theSeafarer

项目描述 :
A direct JSON parser for Haskell datatypes
高级语言: Haskell
项目地址: git://github.com/theSeafarer/straightForward.git
创建时间: 2018-03-29T21:56:20Z
项目社区:https://github.com/theSeafarer/straightForward

开源协议:Mozilla Public License 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?