implicit final class JSONValueOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSONValueOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def /(name: String): Seq[JSONValue]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def apply(i: Int): JSONValue
- def apply(name: String): JSONValue
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getValue: Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNull: Boolean
- val jsonValue: JSONValue
- def toArrayValue: IndexedSeq[JSONValue]
- def toBooleanValue: Boolean
- def toDoubleValue: Double
- def toLongValue: Long
- def toObjectValue: Map[String, JSONValue]
-
def
toString(): String
- Definition Classes
- Any
- def toStringValue: String
Deprecated Value Members
-
def
value: Any
- Annotations
- @deprecated
- Deprecated
(Since version 21.5.3) .value will be ambiguous in Scala 3. Use getValue instead