JsonAST

org.json4s.JsonAST
object JsonAST

Attributes

Source
JsonAST.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JsonAST.type

Members list

Type members

Types

type JArray = JArray

Attributes

Source
JsonAST.scala
type JBool = JBool

Attributes

Source
JsonAST.scala

Attributes

Source
JsonAST.scala
type JDouble = JDouble

Attributes

Source
JsonAST.scala
type JField = (String, JValue)

Attributes

Source
JsonAST.scala
type JInt = JInt

Attributes

Source
JsonAST.scala
type JLong = JLong

Attributes

Source
JsonAST.scala
type JObject = JObject

Attributes

Source
JsonAST.scala
type JSet = JSet

Attributes

Source
JsonAST.scala
type JString = JString

Attributes

Source
JsonAST.scala
type JValue = JValue

Attributes

Source
JsonAST.scala

Value members

Concrete methods

def concat(xs: JValue*): JValue

Concatenates a sequence of JValues.

Concatenates a sequence of JValues.

Example:

concat(JInt(1), JInt(2)) == JArray(List(JInt(1), JInt(2)))

Attributes

Source
JsonAST.scala

Concrete fields

val JArray: JArray.type

Attributes

Source
JsonAST.scala
val JBool: JBool.type

Attributes

Source
JsonAST.scala
val JDecimal: JDecimal.type

Attributes

Source
JsonAST.scala
val JDouble: JDouble.type

Attributes

Source
JsonAST.scala
val JField: JField.type

Attributes

Source
JsonAST.scala
val JInt: JInt.type

Attributes

Source
JsonAST.scala
val JLong: JLong.type

Attributes

Source
JsonAST.scala
val JNothing: JNothing.type

Attributes

Source
JsonAST.scala
val JNull: JNull.type

Attributes

Source
JsonAST.scala
val JObject: JObject.type

Attributes

Source
JsonAST.scala
val JSet: JSet.type

Attributes

Source
JsonAST.scala
val JString: JString.type

Attributes

Source
JsonAST.scala