2019 | OriginalPaper | Chapter
20. XML and JSON
Published in:
Learn Kotlin for Android Development
Abstract
In Chapter 19 we learned how to include external libraries in our Android projects. Kotlin doesn’t have dedicated XML and JSON processing classes included in its standard library, so to achieve XML- and JSON-related tasks we use appropriate external libraries and add some convenience functions in the form of extension functions.