#Kotlin-JSON-Parse-Example Android Kotlin app to parse JSON data using Retrofit2 library with Android Architecture Components 😊
## Libraries used * [Retrofit2](https://github.com/square/retrofit) * `implementation 'com.squareup.retrofit2:retrofit:2.4.0'` * `implementation 'com.squareup.retrofit2:converter-gson:2.4.0'` * [OkHttp](https://github.com/square/okhttp) * `implementation 'com.squareup.okhttp3:logging-interceptor:3.11.0'` * [Gson](https://github.com/google/gson) * ` implementation 'com.google.code.gson:gson:2.8.5'` * [ViewModel and LiveData](https://developer.android.com/topic/libraries/architecture/adding-components) * `implementation "android.arch.lifecycle:extensions:$lifecycle_version"` * [Calligraphy](https://github.com/InflationX/Calligraphy) * `implementation 'io.github.inflationx:calligraphy3:3.0.0'` * `implementation 'io.github.inflationx:viewpump:1.0.0'` * [Koin](https://github.com/InsertKoinIO/koin) * `implementation 'org.koin:koin-android-viewmodel:1.0.0-RC-1'`Licensed under the MIT Licence