JsonB

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

Value members

Inherited methods

final def codec: Meta[T]
Inherited from:
JsonBase
Source:
BackendCodec.scala

Inherited fields

val tpe: String
Inherited from:
JsonBase
Source:
BackendCodec.scala