com.chatwork.scala.jwk.JWKPrinter.scala Maven / Gradle / Ivy
package com.chatwork.scala.jwk
import io.circe.Printer
object JWKPrinter {
val noSpaces: Printer = Printer(
dropNullValues = true,
indent = ""
)
val space2 = Printer.spaces2.copy(dropNullValues = true)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy