https://github.com/praneethv-cmd/jelly-bean
jelly-bean is a simple and lightweight JSON parser written in haskell
https://github.com/praneethv-cmd/jelly-bean
haskell json json-parser parser
Last synced: 2 months ago
JSON representation
jelly-bean is a simple and lightweight JSON parser written in haskell
- Host: GitHub
- URL: https://github.com/praneethv-cmd/jelly-bean
- Owner: PraneethV-cmd
- License: bsd-3-clause
- Created: 2025-01-06T09:52:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T10:01:35.000Z (over 1 year ago)
- Last Synced: 2025-02-11T11:22:31.548Z (over 1 year ago)
- Topics: haskell, json, json-parser, parser
- Language: Haskell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Simple JSON parser built using Haskell
To open the parser under a cabal environment to support the added libs
```bash
cabal repl
```