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

install_github("laresbernardo/toon")

Usage Example

Quick start guide for encoding and decoding TOON format in R

library(toon)
data <- list(name = "Alice", age = 30)
toon_encode(data)