JSONValueOps

final class JSONValueOps(val jsonValue: JSONValue) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def /(name: String): Seq[JSONValue]
def apply(name: String): JSONValue
def apply(i: Int): JSONValue
def getValue: Any
def isNull: Boolean
def toArrayValue: IndexedSeq[JSONValue]
def toBooleanValue: Boolean
def toDoubleValue: Double
def toLongValue: Long
def toObjectValue: Map[String, JSONValue]
def toStringValue: String

Deprecated methods

@deprecated(message = ".value will be ambiguous in Scala 3. Use getValue instead", since = "21.5.3")
def value: Any
Deprecated
[Since version 21.5.3] .value will be ambiguous in Scala 3. Use getValue instead

Concrete fields