RootJsonFormat

besom.json.RootJsonFormat

A special JsonFormat signaling that the format produces a legal JSON root object, i.e. either a JSON array or a JSON object.

Attributes

Graph
Supertypes
trait RootJsonWriter[T]
trait RootJsonReader[T]
trait JsonFormat[T]
trait JsonWriter[T]
trait JsonReader[T]
class Object
trait Matchable
class Any
Show all
Known subtypes
object RootJsArrayFormat.type
object RootJsObjectFormat.type

Members list

Value members

Inherited methods

def read(json: JsValue): T

Attributes

Inherited from:
JsonReader
def write(obj: T): JsValue

Attributes

Inherited from:
JsonWriter