package
json
Type Members
-
type
JsField = (String, JsValue)
Value Members
-
def
deserializationError(msg: String, cause: Throwable): Nothing
-
def
jsonReader[T](implicit reader: JsonReader[T]): JsonReader[T]
-
def
jsonWriter[T](implicit writer: JsonWriter[T]): JsonWriter[T]
-
-
implicit
def
pimpAny[T](any: T): PimpedAny[T]
-
implicit
def
pimpString(string: String): PimpedString
-
def
serializationError(msg: String): Nothing
Inherited from AnyRef
Inherited from Any