I had to use an API from PHP, and that API returned me JSONObjects. So I needed to parse them into PHP objects that I was able to use in the app. The idea of the JsonObject class is to use it to parse ...