TOON is available in multiple languages. Choose your preferred ecosystem and start integrating TOON into your projects today.
Add the official toon.nvim package to your project
use 'thalesgelinger/toon.nvim'
Quick start guide for encoding and decoding TOON format in Lua / Neovim
local toon = require('toon') local str = toon.encode({name = "Alice"}) print(str)