RootJsonReader

besom.json.RootJsonReader
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.

Attributes

Graph
Supertypes
trait JsonReader[T]
class Object
trait Matchable
class Any
Known subtypes
trait RootJsonFormat[T]
object RootJsArrayFormat.type
object RootJsObjectFormat.type

Members list

Value members

Inherited methods

def read(json: JsValue): T

Attributes

Inherited from:
JsonReader