tsoding / haskell-json

Source Code for JSON Parser Video

Home Page:https://www.youtube.com/watch?v=N9RUqGYuGfw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

haskell-json

Source Code for JSON Parser Video https://www.youtube.com/watch?v=N9RUqGYuGfw

WARNING! The latest code in this repo may differ from what has been shown in the video above due to additional contributions from the viewers! The original code from the video can be found in commit bafd97d96b792edd3e170525a7944b9f01de7e34.

Testing

$ runghc -Wall -Werror Main.hs

Contribution Notes

  • Pull Requests that do not add any new functionality to the parser or fix bugs will be rejected without any further discussion. Examples are refactoring, renaming, reformating, restyling, etc. Sorry for any inconveniences.

About

Source Code for JSON Parser Video

https://www.youtube.com/watch?v=N9RUqGYuGfw

License:MIT License


Languages

Language:Haskell 100.0%