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 Data::TOON package to your project

cpanm Data::TOON

Usage Example

Quick start guide for encoding and decoding TOON format in Perl

use Data::TOON;
my $toon = Data::TOON->encode({name => 'Alice', age => 30});
print $toon;