Json

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

Attributes

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

Members list

Value members

Concrete methods

def codec: Codec[T]

Attributes

Source
BackendCodec.scala
final def oid: Type

Attributes

Source
BackendCodec.scala