From 85930fd8dd16fa0e136b28949a897da9c771f2cc Mon Sep 17 00:00:00 2001 From: Romain Delamare Date: Mon, 14 Jul 2025 18:01:34 +0200 Subject: [PATCH] Kdl4J now supports KDL v2 (#538) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9cb401..dba248e 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ of some examples of KDL in the wild (either v1, v2, or both): | Go | [gokdl](https://github.com/lunjon/gokdl) | ✅ | ✖️ | | | Go | [kdl-go](https://github.com/sblinch/kdl-go) | ✅ | ✖️ | | | Haskell | [Hustle](https://github.com/fuzzypixelz/Hustle) | ✅ | ✖️ | | -| Java | [kdl4j](https://github.com/hkolbeck/kdl4j) | ✅ | ✖️ | | +| Java | [kdl4j](https://github.com/kdl-org/kdl4j) | ✅ | ✅ | | | JavaScript | [@bgotink/kdl](https://github.com/bgotink/kdl) | ✅ | ✅ | Format/comment-preserving parser | | JavaScript | [@virtualstate/kdl](https://github.com/virtualstate/kdl) | ✅ | ✖️ | query only, JSX based | | JavaScript | [kdljs](https://github.com/kdl-org/kdljs) | ✅ | ✅ | |