How to use custom gson converter to parse dynamically changing json with Retrofit 2, Android We often come across situations where our json response contains attributes that switches its type dynamically. For example , if a particular k…