A JSON parser in Python 3 with individual parsers which parse: array, boolean, colon, comma, null, number, object, string.
Provided 5 example JSON files for testing. JSON files are examples from the JSON website
Change variable file_name
to the file name of the JSON document. And run with command python jsonparse.py
or python3 jsonparse.py
See the LICENSE file for license rights and limitations (MIT)