JsonDecoder

zio.schema.codec.JsonCodec$.JsonDecoder$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

final def decode[A](schema: Schema[A], json: String): Either[DecodeError, A]
def x[A](dec: JsonDecoder[A]): Unit