ToFromJsonOps

trait ToFromJsonOps extends Serializable
trait Serializable
class Object
trait Matchable
class Any
object nonInheritedOps.type

Implicits

Implicits

implicit def toFromJsonOps[S[_], A](target: S[A])(implicit tc: FromJson[S]): Ops[S, A] { type TypeClassType = FromJson[S]; }