![JAR search and dependency download from the Maven repository](/logo.png)
argonaut.CodecJsonMacro.scala Maven / Gradle / Ivy
package argonaut
import scala.deriving.Mirror
trait CodecJsonMacro { self: CodecJson.type =>
inline def derive[A: Mirror.ProductOf]: CodecJson[A] =
internal.Macros.derivedCodec[A]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy