Flabby Rabbit | The offical home of The Rabbit
Creating JSON Objects with Android
After starting a new project utilizing Android and a server written in C++ I noticed that although Android has a built in JSON library there is little to no information about how to implement anything useful. The majority of responses online point users to using an additional library such as GSON. This is all well [...]