JValueParent

org.json4s.JValueParent
trait JValueParent

Attributes

Source
JValueParent.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object JValue
Self type
JValue.type

Members list

Type members

Types

type ValuesType[A <: JValue] = A match { case JNothing.type => None.type case JNull.type => Null case JString => String case JDouble => Double case JDecimal => BigDecimal case JLong => Long case JInt => Int case JBool => Boolean case JObject => Map[String, Any] case JArray => List[Any] case JSet => Set[JValue] }

Attributes

Source
JValueParent.scala