An open API service indexing awesome lists of open source software.

https://github.com/lwcarani/json-parser

JSON parsers, implementations in Python and OCaml
https://github.com/lwcarani/json-parser

json json-parser menhir ocaml ocamllex python

Last synced: 3 months ago
JSON representation

JSON parsers, implementations in Python and OCaml

Awesome Lists containing this project

README

          

This repo contains two implementations of a JSON parser. One in [Python](https://github.com/lwcarani/json-parser/blob/main/python/README.md), one in [OCaml](https://github.com/lwcarani/json-parser/blob/main/ocaml/json_parser/README.md). Click the links to navigate to their respective README files.