Kotlin – Convert JSON to Object and vice versa using Jackson

In this tutorial, we’re gonna look at way to convert JSON string, JSON file, JSON url into Object, Array, Map and do the opposite: convert Object to JSON String in Kotlin using Jackson library.

Related Posts:
Kotlin List & Mutable List tutorial with examples
Kotlin – parse JSON to object & convert object to JSON using Gson
Kotlin – Convert object of a Data Class to another Data Class object

Read More

Kotlin List & Mutable List tutorial with examples

In this tutorial, I will show you many methods and functions to work with List & MutableList in Kotlin. You’re gonna know:

  • Introduction to Kotlin List
  • How to create, initialize, access, update, remove items in a MutableList
  • How to combine multiple Lists, get subList of a List in Kotlin
  • Ways to iterate, reverse, find items in a Kotlin List

Related Posts:
Kotlin – Sort List of custom Objects
Kotlin Queue tutorial with examples
Kotlin HashMap tutorial with examples

Read More