object
JsExp
extends AnyRef
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
implicit def
boolToJsExp
(b: Boolean): JsExp
-
def
clone
(): AnyRef
-
implicit def
doubleToJsExp
(in: Double): Num
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
implicit def
floatToJsExp
(in: Float): Num
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
implicit def
intToJsExp
(in: Int): Num
-
def
isInstanceOf
[T0]
: Boolean
-
implicit def
jValueToJsExp
(jv: JValue): JsExp
-
implicit def
longToJsExp
(in: Long): Num
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
implicit def
numToJValue
(in: Num): JValue
-
implicit def
strToJValue
(in: Str): JValue
-
implicit def
strToJsExp
(str: String): Str
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
The companion object to JsExp that has some helpful conversions to/from Lift's JSON library