Skip to content

trungle15/mp-json

 
 

Repository files navigation

Mini-Project 10: JSON

Description

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.

Authors

  • Trung Le
  • Gunwoo Kim
  • Tony Liu

Acknowledgements:

About

A JSON mini-project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%