given_Decoder_Unit

object given_Decoder_Unit extends Decoder[Unit]

unit decoder

trait Decoder[Unit]
class Object
trait Matchable
class Any

Value members

Concrete methods

def decode(data: Json, withDefaults: Boolean): Either[DecodeException, Unit]