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. implicit def enrichAny[T](any: T): RichAny[T]
  3. implicit def enrichString(string: String): RichString
  4. def jsonReader[T](implicit reader: JsonReader[T]): JsonReader[T]
  5. def jsonWriter[T](implicit writer: JsonWriter[T]): JsonWriter[T]
  6. def serializationError(msg: String): Nothing

Deprecated Value Members

  1. def pimpAny[T](any: T): PimpedAny[T]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.4) use enrichAny

  2. def pimpString(string: String): PimpedString
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.4) use enrichString

Inherited from AnyRef

Inherited from Any

Ungrouped