Simple JSON parser from scratch in Haskell
app | ||
src | ||
test | ||
.gitignore | ||
LICENSE | ||
package.yaml | ||
README.md | ||
Setup.hs | ||
stack.yaml |
json-parser
Simple JSON parser written from scratch in Haskell. Meant for teaching/illustrative purposes only.
app | ||
src | ||
test | ||
.gitignore | ||
LICENSE | ||
package.yaml | ||
README.md | ||
Setup.hs | ||
stack.yaml |
Simple JSON parser written from scratch in Haskell. Meant for teaching/illustrative purposes only.