DEV Community

Discussion on: Android-Kotlin,Get data from restful API having multiple JSON objects.

Collapse
 
michelp3 profile image
michelp3

Hello android studio 4 : convert Json to kotlin
data class CountryInfo(
val _id: Int,
val flag: String,
val iso2: String,
val iso3: String,
val lat: Int,
val long: Int
)
error nothing to screen
Explication ???
My english is bad
Best regards