Implementation for parsing JSON. Made it to learn a bit more about parsers.
This is however mostly a refactored version of the parser presented in this article, but written in Typescript.
Using Deno, run
deno test
Implementation for parsing JSON. Made it to learn a bit more about parsers.
This is however mostly a refactored version of the parser presented in this article, but written in Typescript.
Using Deno, run
deno test