toJson

abstract fun toJson(writer: JsonWriter, value: T)
fun toJson(sink: BufferedSink, value: T)
fun toJson(value: T): String