RootJsonReader

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

A special JsonReader capable of reading a legal JSON root object, i.e. either a JSON array or a JSON object.

trait JsonReader[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

def read(json: JsValue): T
Inherited from
JsonReader