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

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

Json parser written from scratch in Python
https://github.com/vishalg8454/json-parser

json

Last synced: 11 months ago
JSON representation

Json parser written from scratch in Python

Awesome Lists containing this project

README

          

# JSON Parser in python

- Implements Tokenizer to split given string to tokens.
- Implements Parser to parse tokens using Recursive Descent Parsing technique.
- Test suite used https://github.com/nst/JSONTestSuite

## How to run
- Clone the repo
- Ensure that python is installed in your machine
- run the `main.py` file using `python3 main.py` command.

## Example
Screenshot 2024-12-01 at 12 07 42 PM