package
json
Type Members
-
-
trait
DateFormat
extends AnyRef
-
-
case class
Diff
(changed: JValue, added: JValue, deleted: JValue) extends Product with Serializable
-
case class
FieldSerializer
[A]
(serializer: PartialFunction[(String, Any), Option[(String, Any)]], deserializer: PartialFunction[JField, JField], evidence$1: Manifest[A]) extends Product with Serializable
-
trait
Formats
extends AnyRef
-
case class
FullTypeHints
(hints: List[Class[_]]) extends TypeHints with Product with Serializable
-
trait
Implicits
extends AnyRef
-
type
JArray
= JArray
-
type
JBool
= JBool
-
type
JDouble
= JDouble
-
type
JField
= JField
-
type
JInt
= JInt
-
type
JObject
= JObject
-
type
JString
= JString
-
type
JValue
= JValue
-
trait
JsonDSL
extends Implicits
-
case class
MappingException
(msg: String, cause: Exception) extends Exception with Product with Serializable
-
-
trait
Printer
extends AnyRef
-
trait
Serializer
[A]
extends AnyRef
-
case class
ShortTypeHints
(hints: List[Class[_]]) extends TypeHints with Product with Serializable
-
trait
TypeHints
extends AnyRef
-
case class
TypeInfo
(clazz: Class[_], parameterizedType: Option[ParameterizedType]) extends Product with Serializable
Value Members
-
object
DefaultFormats
extends DefaultFormats
-
object
Diff
extends Serializable
-
object
Extraction
extends AnyRef
-
-
object
Implicits
extends Implicits
-
val
JArray
: net.liftweb.json.JsonAST.JArray.type
-
val
JBool
: net.liftweb.json.JsonAST.JBool.type
-
val
JDouble
: net.liftweb.json.JsonAST.JDouble.type
-
val
JField
: net.liftweb.json.JsonAST.JField.type
-
val
JInt
: net.liftweb.json.JsonAST.JInt.type
-
val
JNothing
: net.liftweb.json.JsonAST.JNothing.type
-
val
JNull
: net.liftweb.json.JsonAST.JNull.type
-
val
JObject
: net.liftweb.json.JsonAST.JObject.type
-
val
JString
: net.liftweb.json.JsonAST.JString.type
-
object
JsonAST
extends AnyRef
-
object
JsonDSL
extends JsonDSL
-
object
JsonParser
extends AnyRef
-
object
Merge
extends AnyRef
-
object
NoTypeHints
extends TypeHints with Product with Serializable
-
object
Printer
extends Printer
-
-
object
Xml
extends AnyRef
-
def
compact
(d: Document): String
-
package
ext
-
def
parse
(s: String): JValue
-
def
parseOpt
(s: String): Option[JValue]
-
def
pretty
(d: Document): String
-
def
render
(value: JValue): Document
-