Trilarion / hale

An RPG with turn based combat
https://sourceforge.net/p/hale/wiki/Home/
GNU General Public License v2.0
2 stars 0 forks source link

Replace simple json with gson #5

Open Trilarion opened 6 years ago

Trilarion commented 6 years ago

gson serializes/deserializes directly and is more popular and up to date than the used version of simple json (1.0.9). Using gson instead of simple json can save code which could make further development easier. If it is not too much work, I will replace simple json with gson.