Trait

smile.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
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  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. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsValue to any2stringadd[JsValue] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JsValue, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsValue to ArrowAssoc[JsValue] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def apply(range: Range): JsArray

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

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

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

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

    Permalink
  11. def applyDynamic(key: String)(index: Int): JsValue

    Permalink
  12. def asBoolean: Boolean

    Permalink
  13. def asDate: LocalDate

    Permalink
  14. def asDateTime: LocalDateTime

    Permalink
  15. def asDecimal: BigDecimal

    Permalink
  16. def asDouble: Double

    Permalink
  17. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  18. def asInt: Int

    Permalink
  19. def asLong: Long

    Permalink
  20. def asTime: LocalTime

    Permalink
  21. def asTimestamp: Timestamp

    Permalink
  22. def clone(): AnyRef

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

    Permalink
  24. def ensuring(cond: (JsValue) ⇒ Boolean, msg: ⇒ Any): JsValue

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsValue to Ensuring[JsValue] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: (JsValue) ⇒ Boolean): JsValue

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsValue to Ensuring[JsValue] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean, msg: ⇒ Any): JsValue

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsValue to Ensuring[JsValue] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean): JsValue

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsValue to Ensuring[JsValue] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsValue to StringFormat[JsValue] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  32. def get(key: String): Option[JsValue]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def prettyPrint: String

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

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

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

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

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

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

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

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

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

    Permalink
  49. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def [B](y: B): (JsValue, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsValue to ArrowAssoc[JsValue] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JsValue to any2stringadd[JsValue]

Inherited by implicit conversion StringFormat from JsValue to StringFormat[JsValue]

Inherited by implicit conversion Ensuring from JsValue to Ensuring[JsValue]

Inherited by implicit conversion ArrowAssoc from JsValue to ArrowAssoc[JsValue]

Ungrouped