Article
In this article we'll be taking a look at how to read and write CSV files in Kotlin, specifically, using Apache Commons. Apache Commons Dependency Since we're working with an external library, let's go ahead and import it into our Kotlin project. If you're using Maven, simply include the commons-csv...
Guest Contributor
In this article we'll be taking a look at how to read and write JSON files in Kotlin, specifically, using the Jackson library. To utilize Jackson, we'll want to add its jackson-module-kotlin dependency to our project. If you're using Maven, you can simply add: <dependency> <groupId>...
Alex Chirea
© 2013-2024 Stack Abuse. All rights reserved.