Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sang-it/json-parser
JSON parser written in Haskell.
https://github.com/sang-it/json-parser
Last synced: 19 days ago
JSON representation
JSON parser written in Haskell.
- Host: GitHub
- URL: https://github.com/sang-it/json-parser
- Owner: Sang-it
- Created: 2023-11-25T17:13:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T16:43:31.000Z (about 1 year ago)
- Last Synced: 2024-11-16T13:15:19.212Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Json Parser
Just learning Haskell.
Prerequisites:
> GHC
> CabalHow to Run:
```
cabal run [projectname] [filename]
```
This will take a filename as argument and parse it.```
cabal run
```
Using cabal run with no arguments will just request you to input a JSON string.Or
```
cabal install --installdir=.
```
And just use the executable.