Json

@implicitNotFound("Cannot find a way to build json codec for ${T}")
final class Json[T](encode: T => String, decode: String => Either[String, T]) extends BackendCodec[T]
trait BackendCodec[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

def codec: Codec[T]
final def oid: Type