Skip to content
/ argo Public

📇 Zero-dep JSON parser with Haskell and Nix

License

Notifications You must be signed in to change notification settings

kutyel/argo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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