JsonObject
typedjson.JsonObject
class JsonObject(json: Json, startCache: Map[String, Any]) extends JsonObjectBase
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- JsonObjectBase
Attributes
- Inherited from:
- JsonObjectBase
def objWith[A <: JsonObjectBase, V](companion: JsonObjectCompanionBase[A], name: String, obj: V)(implicit encoder: Encoder[V]): A
Attributes
- Inherited from:
- JsonObjectBase
def objWithJson[A <: JsonObjectBase](companion: JsonObjectCompanionBase[A], json: Json, cacheUpdates: Map[String, Any]): A
Attributes
- Inherited from:
- JsonObjectBase
def objWithUndef[A <: JsonObjectBase, V](companion: JsonObjectCompanionBase[A], name: String, obj: JsonOption[V])(implicit encoder: Encoder[V]): A
Attributes
- Inherited from:
- JsonObjectBase
def objWithUndef[A <: JsonObjectBase, V](companion: JsonObjectCompanionBase[A], name: String, obj: UndefOr[V])(implicit encoder: Encoder[V]): A
Attributes
- Inherited from:
- JsonObjectBase
Attributes
- Inherited from:
- JsonObjectBase
Attributes
- Inherited from:
- JsonObjectBase
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
JsonObjectBase -> Any
- Inherited from:
- JsonObjectBase
Attributes
- Inherited from:
- JsonObjectBase
In this article