6.2.15. Multi-way if-expressions¶| downloads.haskell.org
We write a JSON parser from scratch in Haskell and learn about basics of parsing, nuances of the JSON syntax, and parser combinators and property-based testing in Haskell.| abhinavsarkar.net
Source code for jsonparser-with-error-reporting.hs| abhinavsarkar.net
We add error reporting capabilities to the JSON parser we wrote from scratch in Haskell.| abhinavsarkar.net