RootJsonWriter

besom.json.RootJsonWriter
trait RootJsonWriter[T] extends JsonWriter[T]

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

Attributes

Graph
Supertypes
trait JsonWriter[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 write(obj: T): JsValue

Attributes

Inherited from:
JsonWriter