All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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