DragonetMC / DragonProxy

🐲 A proxy to allow Minecraft: Bedrock clients to connect to Minecraft: Java Edition servers.
https://invite.gg/DragonetMC
GNU General Public License v3.0
990 stars 134 forks source link

Cleanup JSON library usage #473

Open lukeeey opened 4 years ago

lukeeey commented 4 years ago

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.

sgdc3 commented 4 years ago

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

lukeeey commented 4 years ago

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