Skip to content

Refactor json parser#14

Open
JasonCromer wants to merge 7 commits intosharedstreets:masterfrom
JasonCromer:refactor-json-parser
Open

Refactor json parser#14
JasonCromer wants to merge 7 commits intosharedstreets:masterfrom
JasonCromer:refactor-json-parser

Conversation

@JasonCromer
Copy link
Copy Markdown

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
Copy Markdown
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