Package

io.udash.rpc.serialization

jawn

Permalink

package jawn

Visibility
  1. Public
  2. All

Type Members

  1. case class JBoolean(value: Boolean) extends JValue with Product with Serializable

    Permalink
  2. case class JDouble(value: Double) extends JNum with Product with Serializable

    Permalink
  3. case class JInt(value: Int) extends JNum with Product with Serializable

    Permalink
  4. case class JList(value: List[JValue]) extends JValue with Product with Serializable

    Permalink
  5. sealed trait JNum extends JValue

    Permalink
  6. case class JObject(value: Map[String, JValue]) extends JValue with Product with Serializable

    Permalink
  7. case class JString(value: String) extends JValue with Product with Serializable

    Permalink
  8. sealed trait JValue extends AnyRef

    Permalink

Value Members

  1. object JNull extends JValue with Product with Serializable

    Permalink
  2. object JawnFacade extends SimpleFacade[JValue]

    Permalink

Ungrouped