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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type JsField = (String, JsValue)

Value Members

  1. def deserializationError(msg: String, cause: Throwable): Nothing

  2. def jsonReader[T](implicit reader: JsonReader[T]): JsonReader[T]

  3. def jsonWriter[T](implicit writer: JsonWriter[T]): JsonWriter[T]

  4. package lenses

  5. implicit def pimpAny[T](any: T): PimpedAny[T]

  6. implicit def pimpString(string: String): PimpedString

  7. def serializationError(msg: String): Nothing

Inherited from AnyRef

Inherited from Any

Ungrouped