Simple JSON parser from scratch in Haskell
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Abhinav Sarkar 41d40f2366 Changes tests to add whitespaces in generated JSON string 5 years ago
app Working JSON parser with a JSON pretty printer exe 5 years ago
src Changes JSON Number representation to have explicit fraction part. 5 years ago
test Changes tests to add whitespaces in generated JSON string 5 years ago
.gitignore Working JSON parser with a JSON pretty printer exe 5 years ago
LICENSE Working JSON parser with a JSON pretty printer exe 5 years ago
README.md Working JSON parser with a JSON pretty printer exe 5 years ago
Setup.hs Working JSON parser with a JSON pretty printer exe 5 years ago
package.yaml Adds quickcheck test for JSON parser 5 years ago
stack.yaml Working JSON parser with a JSON pretty printer exe 5 years ago

README.md

json-parser

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