1
0
Fork 0
Simple JSON parser from scratch in Haskell
 
Ir para arquivo
Abhinav Sarkar 41d40f2366 Changes tests to add whitespaces in generated JSON string 2018-03-03 10:46:35 +05:30
app Working JSON parser with a JSON pretty printer exe 2018-02-21 20:04:01 +05:30
src Changes JSON Number representation to have explicit fraction part. 2018-03-03 10:43:44 +05:30
test Changes tests to add whitespaces in generated JSON string 2018-03-03 10:46:35 +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 Adds quickcheck test for JSON parser 2018-02-23 12:51:03 +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.