Packages

package entry

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class JsAnyVal extends JsVariable with Product with Serializable
  2. case class JsArray extends JsVariable with Product with Serializable
  3. case class JsEntry(key: JsString, value: JsonVal) extends JsonVal with Product with Serializable

    JSON Object being constructed.

    JSON Object being constructed.

    key

    JSON key

    value

    JSON value

  4. case class JsObject extends JsVariable with Product with Serializable
  5. case class JsString extends JsVariable with Product with Serializable
  6. trait JsVariable extends JsonVal

Value Members

  1. object JsAnyVal extends Serializable
  2. object JsArray extends Serializable
  3. case object JsNull extends JsVariable with Product with Serializable
  4. object JsObject extends Serializable
  5. object JsString extends Serializable

Ungrouped