Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 502 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 502 Bytes

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)