JSON parser. This program parses JSON into Python. Training exercice for JSON parsing.
Find a file
2020-06-07 20:10:55 +00:00
.gitignore Add vim swp files to .gitignore 2020-01-21 22:17:17 +01:00
LICENSE Add LICENSE 2020-06-07 20:10:55 +00:00
monkey.py Write tests for indented objects 2020-01-23 16:06:28 +01:00
README.md Remove WIP 2020-06-07 22:09:56 +02:00
tests.py Write tests for indented objects 2020-01-23 16:06:28 +01:00

Json To Python

JSON parser. This program should parse JSON into Python.

Training exercice for a JSON parsing.