object JsObject extends (Seq[(String, JsValue)]) => JsObject with Serializable
- Source
- JsValue.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsObject
- Serializable
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def andThen[A](g: (JsObject) => A): (Seq[(String, JsValue)]) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def apply(fields: Seq[(String, JsValue)]): JsObject
Construct a new JsObject, with the order of fields in the Seq.
Construct a new JsObject, with the order of fields in the Seq.
- Definition Classes
- JsObject → Function1
- def compose[A](g: (A) => Seq[(String, JsValue)]): (A) => JsObject
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def empty: JsObject
An empty JSON object
- def toString(): String
- Definition Classes
- Function1 → AnyRef → Any
- implicit def writes: [JsObject]
Identity writes