JsonDecoder

zio.schema.codec.JsonCodec.JsonDecoder
object JsonDecoder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

final def decode[A](schema: Schema[A], json: String, config: Configuration): Either[DecodeError, A]