![JAR search and dependency download from the Maven repository](/logo.png)
codecs.basic.CharJSONCodec.kt Maven / Gradle / Ivy
package com.github.fluidsonic.fluid.json
object CharJSONCodec : AbstractJSONCodec() {
override fun JSONDecoder.decode(valueType: JSONCodingType) =
readChar()
override fun JSONEncoder.encode(value: Char) =
writeChar(value)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy