KeyReads

trait KeyReads[T]

Used to read object key for types other than String.

See also
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def readKey(key: String): JsResult[T]

Concrete methods

final def map[U](f: T => U): KeyReads[U]