Json

edomata.doobie.BackendCodec.Json
final class Json[T](encode: T => String, decode: String => Either[String, T]) extends JsonBase[T]

Attributes

Source
BackendCodec.scala
Graph
Supertypes
class JsonBase[T]
trait BackendCodec[T]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

final def codec: Meta[T]

Attributes

Inherited from:
JsonBase
Source
BackendCodec.scala

Inherited fields

val tpe: String

Attributes

Inherited from:
JsonBase
Source
BackendCodec.scala