Packages

p

spray

json

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. type JsField = (String, JsValue)

Value Members

  1. def deserializationError(msg: String, cause: Throwable, fieldNames: List[String]): Nothing
  2. def jsonReader[T](implicit reader: JsonReader[T]): JsonReader[T]
  3. def jsonWriter[T](implicit writer: JsonWriter[T]): JsonWriter[T]
  4. implicit def pimpAny[T](any: T): PimpedAny[T]
  5. implicit def pimpString(string: String): PimpedString
  6. def serializationError(msg: String): Nothing

Inherited from AnyRef

Inherited from Any

Ungrouped