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 b9a6240c37 Working JSON parser with a JSON pretty printer exe 5 years ago
app Working JSON parser with a JSON pretty printer exe 5 years ago
src Working JSON parser with a JSON pretty printer exe 5 years ago
test Working JSON parser with a JSON pretty printer exe 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 Working JSON parser with a JSON pretty printer exe 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.