json2toon.co
Secure

Installations

TOON is available in multiple languages. Choose your preferred ecosystem and start integrating TOON into your projects today.

Community

Installation

Add the official kotlin-toon package to your project

implementation 'com.github.vexpera-br:kotlin-toon:1.0.0'

Usage Example

Quick start guide for encoding and decoding TOON format in Kotlin

val toon = Toon.encode(myObject)
println(toon)