A simple JSON parser.
- Mini-Project 10 for CSC-207 2024Spring.
- Due date: 05/03/2024
In this project we construct JSON objects and implement JSON Parser which reads through a source and parses characters according to JSON rules and stores them into the Hash Table. For Hash table implementation, we use chaining technique.
- Trung Le
- Gunwoo Kim
- Tony Liu
- Skeleton code by SamR
- Help on new "LinkedList<?>" syntax
- Prof. Osera's Hash Table Reading