From 12218766dbb05745adf0b71421feed5128f7a40b Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Mon, 27 Oct 2025 17:57:33 +0100 Subject: [PATCH] docs: add Elixir port --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8c3da61..e7724a3 100644 --- a/README.md +++ b/README.md @@ -822,6 +822,10 @@ When incorporating TOON into your LLM workflows: { items: ['true', true] } → items[2]: "true",true ``` +## Ports in Other Languages + +- **Elixir**: [toon_ex](https://github.com/kentaro/toon_ex) + ## License [MIT](./LICENSE) License © 2025-PRESENT [Johann Schopplich](https://github.com/johannschopplich)