JsObject

besom.json.JsObject
See theJsObject companion object
case class JsObject(fields: Map[String, JsValue]) extends JsValue

A JSON object.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class JsValue
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException with the given error msg.

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException with the given error msg.

Attributes

Definition Classes

Inherited methods

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException.

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException.

Attributes

Inherited from:
JsValue

Attributes

Inherited from:
JsValue

Attributes

Inherited from:
JsValue

Attributes

Inherited from:
JsValue

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
JsValue
override def toString: String

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
JsValue -> Any
Inherited from:
JsValue

Attributes

Inherited from:
JsValue