JObject

final case
class JObject(value: Map[String, JValue]) extends JValue

Represents a JSON Object value. Keys must be unique and are unordered

class JValue
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Constructors

def this(value: Dictionary[JValue])

Construct a JObject using Javascript's object type, i.e. {} or new Object

Construct a JObject using Javascript's object type, i.e. {} or new Object

Concrete methods

override
def toJsAny: Any
Definition Classes
override
Definition Classes

Inherited methods

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