kutyel / argo

πŸ“‡ Zero-dep JSON parser with Haskell and Nix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ“‡ Zero-dep JSON parser with Haskell and Nix

License:MIT License


Languages

Language:Haskell 79.7%Language:Nix 20.3%