https://github.com/kutyel/argo
📇 Zero-dep JSON parser with Haskell and Nix
https://github.com/kutyel/argo
haskell haskell-library haskell-parser hlint json-parser nix nix-haskell ormolu
Last synced: 2 months ago
JSON representation
📇 Zero-dep JSON parser with Haskell and Nix
- Host: GitHub
- URL: https://github.com/kutyel/argo
- Owner: kutyel
- License: mit
- Created: 2019-12-13T10:58:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T11:35:07.000Z (over 5 years ago)
- Last Synced: 2025-02-02T01:43:44.724Z (4 months ago)
- Topics: haskell, haskell-library, haskell-parser, hlint, json-parser, nix, nix-haskell, ormolu
- Language: Haskell
- Size: 4.88 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# argo
[](https://github.com/kutyel/argo/actions)
📇 Zero-dep JSON parser with Haskell and Nix
## Try it out!
```bash
$ nix-shell --pure shell.nix --run "cabal repl"
```### Known Issues (TODO's)
- [ ] Support for Float (Scientific numbers [IEEE 754-1985](https://en.m.wikipedia.org/wiki/Double-precision_floating-point_format))
- [ ] Support parsing errors (`Either` instead of `Maybe`)
- [ ] Support escaped strings