WithDouble

org.json4s.JsonDSL.WithDouble
object WithDouble extends JsonDSL, DoubleMode

Attributes

Source
JsonDSL.scala
Graph
Supertypes
trait DoubleMode
trait JsonDSL
trait Implicits
class Object
trait Matchable
class Any
Show all
Self type
WithDouble.type

Members list

Implicits

Inherited implicits

implicit def bigdecimal2jvalue(x: BigDecimal): JValue

Attributes

Inherited from:
DoubleMode
Source
JsonDSL.scala
implicit def bigint2jvalue(x: BigInt): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def boolean2jvalue(x: Boolean): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def byte2jvalue(x: Byte): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def char2jvalue(x: Char): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def double2jvalue(x: Double): JValue

Attributes

Inherited from:
DoubleMode
Source
JsonDSL.scala
implicit def float2jvalue(x: Float): JValue

Attributes

Inherited from:
DoubleMode
Source
JsonDSL.scala
implicit def int2jvalue(x: Int): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def jobject2assoc(o: JObject): JsonListAssoc

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala
implicit def list2jvalue(l: List[JField]): JObject

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala
implicit def long2jvalue(x: Long): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def map2jvalue[A](m: Map[String, A])(implicit ev: A => JValue): JObject

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala
implicit def option2jvalue[A](opt: Option[A])(implicit ev: A => JValue): JValue

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala
implicit def pair2Assoc[A](t: (String, A))(implicit ev: A => JValue): JsonAssoc[A]

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala
implicit def pair2jvalue[A](t: (String, A))(implicit ev: A => JValue): JObject

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala
implicit def seq2jvalue[A](s: Iterable[A])(implicit ev: A => JValue): JArray

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala
implicit def short2jvalue(x: Short): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def string2jvalue(x: String): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def symbol2jvalue(x: Symbol): JString

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala