Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor json parser #14

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

JasonCromer
Copy link

Use Gson to parse Json file formats, and create a reliable method to parse Json using a DTO object (so the Java object corresponds to the expected JSON). Gson is one of the most, if not the most, widely used Json parsing libraries, and is very stable and powerful compared to its competitors. It would be nice to eventually convert the existing usage of the JsonIterator to Gson to simplify the code and make it less error-prone/more flexible.

@JasonCromer
Copy link
Author

@kpwebb Could you please review this when you have time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant