JsonFieldDecoder

When decoding a JSON Object, we only allow the keys that implement this interface.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def unsafeDecodeField(trace: List[JsonError], in: String): A

Concrete methods

final def map[B](f: A => B): JsonFieldDecoder[B]
final def mapOrFail[B](f: A => Either[String, B]): JsonFieldDecoder[B]