📇 Zero-dep JSON parser with Haskell and Nix
$ nix-shell --pure shell.nix --run "cabal repl"
- Support for Float (Scientific numbers IEEE 754-1985)
- Support parsing errors (
Either
instead ofMaybe
) - Support escaped strings
📇 Zero-dep JSON parser with Haskell and Nix
$ nix-shell --pure shell.nix --run "cabal repl"
Either
instead of Maybe
)