JsonReader

@implicitNotFound(msg = "Cannot find JsonReader or JsonFormat type class for ${T}")
trait JsonReader[T]

Provides the JSON deserialization for type T.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def read(json: JsValue): T