JSONParser created in Geekskool using Python 3 To run the code in command line: $python3 jsonParse.py <> <> - mention any one of the data file present in this repository.
First I have designed Null Parser, Boolean Parser, Number Parser and String Parser. Tested them individually. Then built Array parser parsing Null, Boolean, Number and String. Then built Array parser parsing Array also. Finally Object Parser.