object JsonAST
- Source
- JsonAST.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonAST
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type JArray = json4s.JArray
- type JBool = json4s.JBool
- type JDecimal = json4s.JDecimal
- type JDouble = json4s.JDouble
- type JField = (String, JValue)
- type JInt = json4s.JInt
- type JLong = json4s.JLong
- type JObject = json4s.JObject
- type JSet = json4s.JSet
- type JString = json4s.JString
- type JValue = json4s.JValue
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val JArray: json4s.JArray.type
- val JBool: json4s.JBool.type
- val JDecimal: json4s.JDecimal.type
- val JDouble: json4s.JDouble.type
- val JField: json4s.JField.type
- val JInt: json4s.JInt.type
- val JLong: json4s.JLong.type
- val JNothing: json4s.JNothing.type
- val JNull: json4s.JNull.type
- val JObject: json4s.JObject.type
- val JSet: json4s.JSet.type
- val JString: json4s.JString.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def concat(xs: JValue*): JValue
Concatenates a sequence of
JValue
s.Concatenates a sequence of
JValue
s.Example:
concat(JInt(1), JInt(2)) == JArray(List(JInt(1), JInt(2)))
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()