
implementation("io.kotest:kotest-assertions-json:6.1.0")Enables JSON validation, content matching, and schema validation in unit tests. Supports basic matchers like `shouldBeValidJson`, `shouldBeJsonObject`, and `shouldBeJsonArray`. Provides content-based matchers such as `shouldEqualJson` and `shouldContainJsonKeyValue`. Includes schema validation with `shouldMatchSchema`.