From 24746854bf9c107e567baccd7cde4a6fc561a010 Mon Sep 17 00:00:00 2001 From: Luke Last Date: Sun, 7 Dec 2025 11:37:24 -0500 Subject: [PATCH] docs: add Kotlin community implementations (#236) * Add ktoon for Kotlin to the community implementations. * Update packages/toon/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add ktoon to the implementations readme --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/ecosystem/implementations.md | 2 +- packages/toon/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ecosystem/implementations.md b/docs/ecosystem/implementations.md index 0084c2b..c144f10 100644 --- a/docs/ecosystem/implementations.md +++ b/docs/ecosystem/implementations.md @@ -35,7 +35,7 @@ Community members have created implementations in additional languages: | **Elixir** | [toon_ex](https://github.com/kentaro/toon_ex) | [@kentaro](https://github.com/kentaro) | | **Gleam** | [toon_codec](https://github.com/axelbellec/toon_codec) | [@axelbellec](https://github.com/axelbellec) | | **Go** | [gotoon](https://github.com/alpkeskin/gotoon) | [@alpkeskin](https://github.com/alpkeskin) | -| **Kotlin** | [kotlin-toon](https://github.com/vexpera-br/kotlin-toon) | [@vexpera-br](https://github.com/vexpera-br) | +| **Kotlin** | [ktoon](https://github.com/lukelast/ktoon)| [@lukelast](https://github.com/lukelast) | | **Laravel Framework** | [laravel-toon](https://github.com/jobmetric/laravel-toon) | [@jobmetric](https://github.com/jobmetric) | | **Lua/Neovim** | [toon.nvim](https://github.com/thalesgelinger/toon.nvim) | [@thalesgelinger](https://github.com/thalesgelinger) | | **OCaml** | [ocaml-toon](https://github.com/davesnx/ocaml-toon) | [@davesnx](https://github.com/davesnx) | diff --git a/packages/toon/README.md b/packages/toon/README.md index 77f5076..6de598b 100644 --- a/packages/toon/README.md +++ b/packages/toon/README.md @@ -943,7 +943,7 @@ Comprehensive guides, references, and resources to help you get the most out of - **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) +- **Kotlin:** [ktoon (using kotlinx.serialization)](https://github.com/lukelast/ktoon) ## Credits