JSONValueSeqOps

final class JSONValueSeqOps(val jsonValues: Seq[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 toArrayValue: IndexedSeq[JSONValue]
def toArrayValues: Seq[IndexedSeq[JSONValue]]
def toBooleanValue: Boolean
def toBooleanValues: Seq[Boolean]
def toDoubleValue: Double
def toDoubleValues: Seq[Double]
def toLongValue: Long
def toLongValues: Seq[Long]
def toObjectValue: Map[String, JSONValue]
def toObjectValues: Seq[Map[String, JSONValue]]
def toStringValue: String
def toStringValues: Seq[String]
def values: Seq[Any]

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