docs: add implementation note

This commit is contained in:
Johann Schopplich
2025-10-31 09:04:19 +01:00
parent 753ee2cefd
commit a3bf1965c6

View File

@@ -977,7 +977,10 @@ Task: Return only users with role "user" as TOON. Use the same header. Set [N] t
## Other Implementations ## Other Implementations
- **.NET:** [toon.NET](https://github.com/ghost1face/toon.NET) > [!NOTE]
> When implementing TOON in other languages, please follow the [SPEC.md](./SPEC.md) (currently v1.2) to ensure compatibility across implementations. The [TypeScript test suite](./test) provides comprehensive examples of encoding and decoding behavior that can serve as a reference implementation.
- **.NET:** [ToonSharp](https://github.com/0xZunia/ToonSharp)
- **Dart:** [toon](https://github.com/wisamidris77/toon) - **Dart:** [toon](https://github.com/wisamidris77/toon)
- **Elixir:** [toon_ex](https://github.com/kentaro/toon_ex) - **Elixir:** [toon_ex](https://github.com/kentaro/toon_ex)
- **Gleam:** [toon_codec](https://github.com/axelbellec/toon_codec) - **Gleam:** [toon_codec](https://github.com/axelbellec/toon_codec)