I am building a news application and I receive news in JSON format.
One of my friends recommended me to use Retrofit, but I did not understand why I should use Retrofit library instead of just handling Json with Gson myself.
Is there some advantage of Retrofit that I am not aware of?