Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Json Parser

Just learning Haskell.

Prerequisites:

> GHC
> Cabal

How 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.