com.hexagonkt.serialization.jackson.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_jackson_json Show documentation
Show all versions of serialization_jackson_json Show documentation
Hexagon JSON serialization format (using Jackson).
package com.hexagonkt.serialization.jackson.json
object Json : JsonFormat() {
val raw = JsonFormat(false)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy