Kotlin multiplatform JSON Schema model, parser and serializer
We were struggling to find a Kotlin JSON schema library which would check all the points:
- Multiplatform
- Kotlin serialization
- Minimal footprint
- Extensibility to driver other tools based on it
In build.gradle.kts
add:
dependencies {
implementation("com.xemantic.json:xemantic-json-schema:0.0.1")
}