TOON is available in multiple languages. Choose your preferred ecosystem and start integrating TOON into your projects today.
Add the official kotlin-toon package to your project
implementation 'com.github.vexpera-br:kotlin-toon:1.0.0'
Quick start guide for encoding and decoding TOON format in Kotlin
val toon = Toon.encode(myObject) println(toon)