/python-json-parser

Primary LanguagePythonMIT LicenseMIT

pyJSONparser

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

Usage

Change variable file_name to the file name of the JSON document. And run with command python jsonparse.py or python3 jsonparse.py

License

See the LICENSE file for license rights and limitations (MIT)