Trilarion/hale

Replace simple json with gson

Trilarion opened this issue · 0 comments

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.