rvandoosselaer / Blocks

A block (voxel) engine for jMonkeyEngine
BSD 3-Clause "New" or "Revised" License
41 stars 14 forks source link

Add GSON support #58

Open Ali-RS opened 3 years ago

Ali-RS commented 3 years ago

Hi @rvandoosselaer

It will be nice to add an API that can work with both GSON or Jackson. So those already using GSON won't need to also add Jackson.

Thanks

rvandoosselaer commented 3 years ago

Thanks for the suggestion. I’ll keep it in mind for the next release. I used GSON in another project and it was a breeze to use.

I defaulted to Jackson for Blocks as I already knew it and it’s straightforward for simple use cases.