KeyReads

play.api.libs.json.KeyReads
See theKeyReads companion object
trait KeyReads[T]

Used to read object key for types other than String.

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LanguageTagReads.type
Self type

Members list

Value members

Abstract methods

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

Concrete methods

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