Obj

case class Obj(value: LinkedHashMap[String, Value]) extends Value
Companion
object
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any

Value members

Concrete methods

def lookup(segments: Seq[String]): Option[Value]
def lookup(path: String): Option[Value]

Inherited methods

def obj: LinkedHashMap[String, Value]
Inherited from
Value
Inherited from
Value
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def str: String
Inherited from
Value