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 toon_ex package to your project

{:toon_ex, "~> 0.1"}

Usage Example

Quick start guide for encoding and decoding TOON format in Elixir

data = %{name: "Alice", age: 30}
Toon.encode(data)
# "name: Alice..."