FromJson

@implicitNotFound("Could not find an instance of FromJson for ${S}") @typeclass
trait FromJson[S[_]] extends Serializable
Companion:
object
trait Serializable
class Object
trait Matchable
class Any

Value members

Abstract methods

def decoder: FunctionK[S, Decoder]

Extensions

Extensions

extension [F[_], A](fa: F[A])
def decoder(using FJ: FromJson[F]): Decoder[A]