Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Cleanup JSON library usage #473

Open
lukeeey opened this issue Apr 4, 2020 · 2 comments
Open

Cleanup JSON library usage #473

lukeeey opened this issue Apr 4, 2020 · 2 comments
Labels

Comments

@lukeeey
Copy link
Member

lukeeey commented Apr 4, 2020

We currently have both Jackson and GSON which do pretty much the same thing and they are both used throughout the code.

In the future, we should use only one of these libraries.

@lukeeey lukeeey added the TODO label Apr 4, 2020
@sgdc3
Copy link
Contributor

sgdc3 commented Apr 10, 2020

+1 for jackson as it can be used for both configs and data mapping

@lukeeey
Copy link
Member Author

lukeeey commented Apr 10, 2020

Yep. Annoying thing is that there is no (obvious) support for setters that modify the value in the config file.

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

No branches or pull requests

2 participants