Packages

p

org.json4s

jackson

package jackson

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. jackson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class JValueDeserializer extends JsonDeserializer[AnyRef]
  2. class JValueSerializer extends JsonSerializer[JValue]
  3. class Json extends JsonUtil
  4. class Json4sScalaModule extends Module
  5. trait JsonMethods extends json4s.JsonMethods[JValue]

Value Members

  1. def compactJson(d: JValue): String
  2. def parseJson(in: JsonInput, useBigDecimalForDouble: Boolean = false): JValue
  3. def parseJsonOpt(in: JsonInput, useBigDecimalForDouble: Boolean = false): Option[JValue]
  4. def prettyJson(d: JValue): String
  5. def renderJValue(value: JValue)(implicit formats: Formats = DefaultFormats): JValue
  6. object Json
  7. object Json4sModule
  8. object Json4sScalaModule extends Json4sScalaModule
  9. object JsonMethods extends JsonMethods
  10. object Serialization extends Serialization

    Functions to serialize and deserialize a case class.

    Functions to serialize and deserialize a case class. Custom serializer can be inserted if a class is not a case class.

    Example:

    val hints = new ShortTypeHints( ... )
    implicit val formats = Serialization.formats(hints)
    

    See also

    org.json4s.TypeHints

Inherited from AnyRef

Inherited from Any

Ungrouped