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 isNull: Boolean
def toArrayValue: IndexedSeq[JSONValue]
def toBooleanValue: Boolean
def toDoubleValue: Double
def toLongValue: Long
def toObjectValue: Map[String, JSONValue]
def toStringValue: String
def value: Any

Concrete fields