TOON is available in multiple languages. Choose your preferred ecosystem and start integrating TOON into your projects today.
Add the official toon_codec package to your project
gleam add toon_codec
Quick start guide for encoding and decoding TOON format in Gleam
import toon pub fn main() { let data = output_value toon.encode(data) }