From 5873c5828f4d35a6831ee50e083dd74e95087da1 Mon Sep 17 00:00:00 2001 From: vexpera-br Date: Mon, 10 Nov 2025 06:52:57 -0300 Subject: [PATCH] docs: add Kotlin implementation to README (#101) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to [this discussion](https://github.com/toon-format/toon/discussions/100) Hi Johann, I've added a small note in the README linking to a spec-compliant Kotlin implementation of TOON. Let me know if this fits the direction of the project — happy to adjust or remove. Thanks for the great spec! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c5e540..aa3298a 100644 --- a/README.md +++ b/README.md @@ -1292,6 +1292,7 @@ Task: Return only users with role "user" as TOON. Use the same header. Set [N] t - **R**: [toon](https://github.com/laresbernardo/toon) - **Ruby:** [toon-ruby](https://github.com/andrepcg/toon-ruby) - **Swift:** [TOONEncoder](https://github.com/mattt/TOONEncoder) +- **Kotlin:** [Kotlin-Toon Encoder/Decoder](https://github.com/vexpera-br/kotlin-toon) ## Credits