Implicits

trait Implicits
class Object
trait Matchable
class Any
object BigDecimalMode.type
object DoubleMode.type
trait JsonDSL
object WithBigDecimal.type
object WithDouble.type
object JsonDSL.type

Implicits

Implicits

implicit def bigdecimal2jvalue(x: BigDecimal): JValue
implicit def bigint2jvalue(x: BigInt): JValue
implicit def boolean2jvalue(x: Boolean): JValue
implicit def byte2jvalue(x: Byte): JValue
implicit def char2jvalue(x: Char): JValue
implicit def double2jvalue(x: Double): JValue
implicit def float2jvalue(x: Float): JValue
implicit def int2jvalue(x: Int): JValue
implicit def long2jvalue(x: Long): JValue
implicit def short2jvalue(x: Short): JValue
implicit def string2jvalue(x: String): JValue