Let's find a much easier way to parse JSON without having to jump through the hoops of using URLSession and JSONSerialization.jsonObject(...). With the help of a 3rd party library called TRON (build on top of AlamoFire), we will parse out our JSON object into a HomeDatasource object within just a couple of minutes.
You can find TRON here:
<a href='https://github.com/MLSDev/TRON'>TRON Github</a>