Trait

unicorn.json

JsValue

Related Doc: package json

Permalink

sealed trait JsValue extends Dynamic

JSON value.

Linear Supertypes
Dynamic, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsValue
  2. Dynamic
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def \(key: Symbol): JsValue

    Permalink
  5. def \(key: String): JsValue

    Permalink

    Look up field in the current object.

    Look up field in the current object.

    returns

    the field or JsUndefined

  6. def \\(key: Symbol): JsArray

    Permalink
  7. def \\(key: String): JsArray

    Permalink

    Look up field in the current object and all descendants.

    Look up field in the current object and all descendants.

    returns

    the JsArray of matching nodes

  8. def apply(range: Range): JsArray

    Permalink
  9. def apply(start: Int, end: Int, step: Int): JsArray

    Permalink
  10. def apply(start: Int, end: Int): JsArray

    Permalink
  11. def apply(index: Int): JsValue

    Permalink
  12. def apply(key: Symbol): JsValue

    Permalink
  13. def apply(key: String): JsValue

    Permalink
  14. def applyDynamic(key: String): JsValue

    Permalink
  15. def asBoolean: Boolean

    Permalink
  16. def asDate: Date

    Permalink
  17. def asDouble: Double

    Permalink
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def asInt: Int

    Permalink
  20. def asLong: Long

    Permalink
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def compactPrint: String

    Permalink
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def get(key: Symbol): Option[JsValue]

    Permalink
  27. def get(key: String): Option[JsValue]

    Permalink
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def prettyPrint: String

    Permalink
  35. def remove(index: Int): JsValue

    Permalink
  36. def remove(key: String): Option[JsValue]

    Permalink
  37. def selectDynamic(key: String): JsValue

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    JsValue → AnyRef → Any
  40. def update(index: Int, value: JsValue): JsValue

    Permalink
  41. def update(key: String, value: JsValue): JsValue

    Permalink
  42. def updateDynamic(index: Int)(value: JsValue): JsValue

    Permalink
  43. def updateDynamic(key: String)(value: JsValue): JsValue

    Permalink
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped