JsonAST

object JsonAST
class Object
trait Matchable
class Any

Type members

Types

type JArray = JArray
type JBool = JBool
type JField = (String, JValue)
type JInt = JInt
type JLong = JLong
type JSet = JSet
type JValue = JValue

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)))

Concrete fields

val JArray: JArray
val JBool: JBool
val JDecimal: JDecimal
val JDouble: JDouble
val JInt: JInt
val JLong: JLong
val JNull: JNull
val JSet: JSet
val JString: JString