com.hexagonkt.serialization.dsl.json.Json.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of serialization_dsl_json Show documentation
Show all versions of serialization_dsl_json Show documentation
Hexagon JSON serialization format (using DSL-JSON).
package com.hexagonkt.serialization.dsl.json
object Json : JsonFormat() {
val raw = JsonFormat(false)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy