Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T11:35:07.000Z (about 5 years ago)
- Last Synced: 2024-10-24T14:45:22.901Z (2 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
[![CI Status](https://github.com/kutyel/argo/workflows/CI/badge.svg)](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