[serde-hjson] Apply generic JSON read test to Hjson reader

This commit is contained in:
2025-08-03 20:47:10 +02:00
parent 7ce3aaac06
commit 7fec263af0
3 changed files with 37 additions and 14 deletions

View File

@@ -5,6 +5,8 @@ plugins {
dependencies {
api(project(":tweed5-serde-api"))
testImplementation(project(":serde-json-test-utils"))
}
tasks.shadowJar {