Skip to content

Commit a07d633

Browse files
docs: move JToon to official implementation
1 parent 9a61254 commit a07d633

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -870,12 +870,12 @@ Comprehensive guides, references, and resources to help you get the most out of
870870

871871
- [API Reference](https://toonformat.dev/reference/api) – TypeScript/JavaScript encode/decode API
872872
- [Syntax Cheatsheet](https://toonformat.dev/reference/syntax-cheatsheet) – Quick format lookup
873-
- [Specification v2.1](https://github.com/toon-format/spec/blob/main/SPEC.md) – Normative rules for implementers
873+
- [Specification](https://github.com/toon-format/spec/blob/main/SPEC.md) – Normative rules for implementers
874874

875875
## Other Implementations
876876

877877
> [!NOTE]
878-
> When implementing TOON in other languages, please follow the [Specification](https://github.com/toon-format/spec/blob/main/SPEC.md) (currently v2.1) to ensure compatibility across implementations. The [conformance tests](https://github.com/toon-format/spec/tree/main/tests) provide language-agnostic test fixtures that validate your implementations.
878+
> When implementing TOON in other languages, please follow the [Specification](https://github.com/toon-format/spec/blob/main/SPEC.md) to ensure compatibility across implementations. The [conformance tests](https://github.com/toon-format/spec/tree/main/tests) provide language-agnostic test fixtures that validate your implementations.
879879
880880
### Official Implementations
881881

@@ -885,8 +885,9 @@ Comprehensive guides, references, and resources to help you get the most out of
885885
- **.NET:** [toon_format](https://github.com/toon-format/toon-dotnet) *(in development)*
886886
- **Dart:** [toon](https://github.com/toon-format/toon-dart) *(in development)*
887887
- **Go:** [toon-go](https://github.com/toon-format/toon-go) *(in development)*
888-
- **Python:** [toon_format](https://github.com/toon-format/toon-python) *(in development)*
889-
- **Rust:** [toon_format](https://github.com/toon-format/toon-rust) *(in development)*
888+
- **Java:** [JToon](https://github.com/toon-format/toon-java)
889+
- **Python:** [toon_format](https://github.com/toon-format/toon-python)
890+
- **Rust:** [toon_format](https://github.com/toon-format/toon-rust)
890891

891892
### Community Implementations
892893

@@ -897,7 +898,6 @@ Comprehensive guides, references, and resources to help you get the most out of
897898
- **Elixir:** [toon_ex](https://github.com/kentaro/toon_ex)
898899
- **Gleam:** [toon_codec](https://github.com/axelbellec/toon_codec)
899900
- **Go:** [gotoon](https://github.com/alpkeskin/gotoon)
900-
- **Java:** [JToon](https://github.com/felipestanzani/JToon)
901901
- **Scala:** [toon4s](https://github.com/vim89/toon4s)
902902
- **Lua/Neovim:** [toon.nvim](https://github.com/thalesgelinger/toon.nvim)
903903
- **OCaml:** [ocaml-toon](https://github.com/davesnx/ocaml-toon)

0 commit comments

Comments
 (0)