Package

microjson

Permalink

package microjson

Visibility
  1. Public
  2. All

Type Members

  1. case class JsArray(value: Seq[JsValue]) extends JsValue with Product with Serializable

    Permalink
  2. trait JsBoolean extends JsValue

    Permalink
  3. case class JsNumber(value: String) extends JsValue with Product with Serializable

    Permalink
  4. case class JsObject(value: Map[String, JsValue]) extends JsValue with Product with Serializable

    Permalink
  5. case class JsString(value: String) extends JsValue with Product with Serializable

    Permalink
  6. sealed trait JsValue extends AnyRef

    Permalink

Value Members

  1. object JsFalse extends JsBoolean with Product with Serializable

    Permalink
  2. object JsNull extends JsValue with Product with Serializable

    Permalink
  3. object JsTrue extends JsBoolean with Product with Serializable

    Permalink
  4. object Json

    Permalink

Ungrouped