Package

ch.becompany

json

Permalink

package json

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. json
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class EJsArray(elements: PJsValue*) extends EJsValue with Product with Serializable

    Permalink
  2. type EJsField = (String, EJsValue)

    Permalink
  3. case class EJsObject(fields: PJsField*) extends EJsValue with Product with Serializable

    Permalink
  4. sealed abstract class EJsValue extends AnyRef

    Permalink
  5. class JsonExtractor extends AnyRef

    Permalink
  6. type PJsField = (String, PJsValue)

    Permalink
  7. type PJsValue = Either[JsValue, EJsValue]

    Permalink

Value Members

  1. object EJsBoolean extends EJsValue with Product with Serializable

    Permalink
  2. object EJsNumber extends EJsValue with Product with Serializable

    Permalink
  3. object EJsString extends EJsValue with Product with Serializable

    Permalink
  4. object JsonExtractor

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped