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

argonaut.DecodeJsonMacro.scala Maven / Gradle / Ivy

The newest version!
package argonaut

import scala.deriving.Mirror

trait DecodeJsonMacro { self: DecodeJson.type =>
  inline def derive[A](using Mirror.ProductOf[A]): DecodeJson[A] =
    internal.Macros.derivedDecoder[A]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy