JValue

org.json4s.JValue
See theJValue companion class
object JValue extends JValueParent

Attributes

Companion
class
Source
JValue.scala
Graph
Supertypes
trait Sum
trait Mirror
trait JValueParent
class Object
trait Matchable
class Any
Show all
Self type
JValue.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

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

The name of the type

The name of the type

Attributes

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] }

Attributes

Inherited from:
JValueParent
Source
JValueParent.scala

Implicits

Inherited implicits

implicit val aaa: MergeDep[JArray, JArray, JArray]

Attributes

Inherited from:
MergeDeps (hidden)
Source
Merge.scala
implicit def j2m[A <: JValue](json: A): MergeSyntax[A]

Attributes

Inherited from:
Mergeable (hidden)
Source
Merge.scala
implicit def jjj[A <: JValue, B <: JValue]: MergeDep[A, B, JValue]

Attributes

Inherited from:
LowPriorityMergeDep (hidden)
Source
Merge.scala
implicit val ooo: MergeDep[JObject, JObject, JObject]

Attributes

Inherited from:
MergeDeps (hidden)
Source
Merge.scala