Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 494 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 494 Bytes

argo

CI Status

📇 Zero-dep JSON parser with Haskell and Nix

Try it out!

$ nix-shell --pure shell.nix --run "cabal repl"

Known Issues (TODO's)

  • Support for Float (Scientific numbers IEEE 754-1985)
  • Support parsing errors (Either instead of Maybe)
  • Support escaped strings