Simple JSON parser from scratch in Haskell
 
Go to file
Abhinav Sarkar b9a6240c37 Working JSON parser with a JSON pretty printer exe 2018-02-21 20:04:01 +05:30
app Working JSON parser with a JSON pretty printer exe 2018-02-21 20:04:01 +05:30
src Working JSON parser with a JSON pretty printer exe 2018-02-21 20:04:01 +05:30
test Working JSON parser with a JSON pretty printer exe 2018-02-21 20:04:01 +05:30
.gitignore Working JSON parser with a JSON pretty printer exe 2018-02-21 20:04:01 +05:30
LICENSE Working JSON parser with a JSON pretty printer exe 2018-02-21 20:04:01 +05:30
README.md Working JSON parser with a JSON pretty printer exe 2018-02-21 20:04:01 +05:30
Setup.hs Working JSON parser with a JSON pretty printer exe 2018-02-21 20:04:01 +05:30
package.yaml Working JSON parser with a JSON pretty printer exe 2018-02-21 20:04:01 +05:30
stack.yaml Working JSON parser with a JSON pretty printer exe 2018-02-21 20:04:01 +05:30

README.md

json-parser

Simple JSON parser written from scratch in Haskell. Meant for teaching/illustrative purposes only.