Package

org.json4s.ast

safe

Permalink

package safe

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. safe
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class JArray(value: Vector[JValue] = Vector.empty) extends JValue with Product with Serializable

    Permalink
  2. sealed abstract class JBoolean extends JValue

    Permalink

    Implements named extractors so we can avoid boxing

  3. case class JNumber(value: BigDecimal) extends JValue with Product with Serializable

    Permalink
  4. trait JNumberConverter[T] extends AnyRef

    Permalink
  5. case class JObject(value: Map[String, JValue] = Map.empty) extends JValue with Product with Serializable

    Permalink
  6. case class JString(value: String) extends JValue with Product with Serializable

    Permalink
  7. sealed abstract class JValue extends Product with Serializable

    Permalink

Value Members

  1. object JArray extends Serializable

    Permalink
  2. object JBoolean extends Serializable

    Permalink
  3. object JFalse extends JBoolean with Product with Serializable

    Permalink
  4. object JNull extends JValue with Product with Serializable

    Permalink
  5. object JNumber extends Serializable

    Permalink
  6. object JNumberConverter

    Permalink
  7. object JTrue extends JBoolean with Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped