JSON parser in OCaml A very simple json parser in OCaml. Not fully complete or particularly efficient. It is just an exercise to familiarize with the language. To run the main executable: dune exec json To run the test suite: dune test