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

https://github.com/pmuens/jsonpar

Simple JSON Parser implementation
https://github.com/pmuens/jsonpar

Last synced: 5 months ago
JSON representation

Simple JSON Parser implementation

Awesome Lists containing this project

README

          

# JSONPar

Simple JSON Parser implementation following [Phil Eaton's](https://github.com/eatonphil) [tutorial](https://notes.eatonphil.com/writing-a-simple-json-parser.html).

## Setup

1. `git clone `
2. `python3 demo.py`

## Useful Commands

```sh
python3 demo.py

python3 -m unittest
```