Config

zio.schema.codec.JsonCodec.Config
See theConfig companion object
final case class Config(ignoreEmptyCollections: Boolean, treatStreamsAsArrays: Boolean = ..., explicitNulls: Boolean = ...)

Attributes

Companion
object
Deprecated
[Since version 1.6.7] Use JsonCodec.Configuration instead.\nJsonCodec.Configuration makes it now possible to configure en-/decoding of empty collection and nulls (Options) independently.
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def copy(ignoreEmptyCollections: Boolean, treatStreamsAsArrays: Boolean): Config

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product