package
json
Type Members
-
case class
Child
[T, E <: Insert[T]]
(parent: Option[Obj], self: E) extends Extract[T] with Insert[T] with Product with Serializable
-
trait
Extract
[T]
extends AnyRef
-
-
trait
Insert
[T]
extends Extract[T]
-
trait
Js
extends AnyRef
-
case class
JsArray
(self: List[JsValue]) extends JsValue with Product with Serializable
-
case class
JsBoolean
(b: Boolean) extends JsValue with Product with Serializable
-
class
JsHandlers
extends AnyRef
-
trait
JsHttp
extends ImplicitJsHandlers with Js
-
case class
JsNumber
(self: BigDecimal) extends JsValue with Product with Serializable
-
case class
JsObject
(self: Map[JsString, JsValue]) extends JsValue with Product with Serializable
-
case class
JsString
(self: String) extends JsValue with Product with Serializable
-
trait
JsValue
extends AnyRef
-
class
JsonParser
extends StdTokenParsers with ImplicitConversions
-
class
Obj
extends Child[JsObject, Property[JsObject]]
-
case class
Property
[T]
(sym: Symbol, ext: Extract[T]) extends Extract[T] with Insert[T] with Product with Serializable
Value Members
-
object
Js
extends Js
-
object
JsFalse
extends JsBoolean
-
object
JsHttp
extends JsHttp
-
object
JsNull
extends JsValue with Product with Serializable
-
object
JsNumber
extends Serializable
-
object
JsObject
extends Serializable
-
object
JsString
extends Serializable
-
object
JsTrue
extends JsBoolean
-
object
JsValue
extends AnyRef
-
object
JsonParser
extends AnyRef