Package

org.json4s

native

Permalink

package native

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

Type Members

  1. class Json extends JsonUtil

    Permalink

Value Members

  1. object Json

    Permalink
  2. object Serialization extends Serialization

    Permalink

    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: Formats = Serialization.formats(hints)
    

    See also

    org.json4s.TypeHints

  3. def compactJson(d: Document): String

    Permalink
  4. def parseJson[A](in: A, useBigDecimalForDouble: Boolean = false)(implicit arg0: AsJsonInput[A]): JValue

    Permalink
  5. def parseJsonOpt[A](in: A, useBigDecimalForDouble: Boolean = false)(implicit arg0: AsJsonInput[A]): Option[JValue]

    Permalink
  6. def prettyJson(d: Document): String

    Permalink
  7. def renderJValue(value: JValue)(implicit formats: Formats = DefaultFormats): Document

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped