JSON parse implementation

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.

Running tests

Using Deno, run

deno test