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
- Host: GitHub
- URL: https://github.com/lwcarani/json-parser
- Owner: lwcarani
- Created: 2024-01-21T16:23:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T03:25:24.000Z (about 2 years ago)
- Last Synced: 2025-10-24T16:33:00.101Z (9 months ago)
- Topics: json, json-parser, menhir, ocaml, ocamllex, python
- Language: Python
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.