How can I use Retrofit to parse a JSON response from an API, that has an embedded JSON object?
I'm trying to learn Android Development by making a bus arrival timing application that makes API calls to a local API that has the arrival timings for the next 3 buses. I am using Kotlins and Jetpack Compose to help.…