JValue

object JValue extends JValueParent
Companion:
class
Source:
JValue.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any
JValue.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala
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] }
Inherited from:
JValueParent
Source:
JValueParent.scala

Implicits

Inherited implicits

implicit val aaa: MergeDep[JArray, JArray, JArray]
Inherited from:
MergeDeps (hidden)
Source:
Merge.scala
implicit def j2m[A <: JValue](json: A): MergeSyntax[A]
Inherited from:
Mergeable (hidden)
Source:
Merge.scala
implicit def jjj[A <: JValue, B <: JValue]: MergeDep[A, B, JValue]
Inherited from:
LowPriorityMergeDep (hidden)
Source:
Merge.scala
implicit val ooo: MergeDep[JObject, JObject, JObject]
Inherited from:
MergeDeps (hidden)
Source:
Merge.scala