ObjectValue

case class ObjectValue(map: Map[String, JsonValue]) extends JsonValue
Companion:
object
trait Serializable
trait Product
trait Equals
trait JsonValue
class Object
trait Matchable
class Any

Value members

Concrete methods

def putArray(name: String): ArrayValue
def putNull(name: String): ObjectValue
def putObject(name: String): ObjectValue

Adds a new object with the given name. Returns the newly created object.

Adds a new object with the given name. Returns the newly created object.

def putValue(name: String, value: JsonValue): ObjectValue

Adds the given pairing, returning this object.

Adds the given pairing, returning this object.

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product