io.finch

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. trait DecodeJson[+A] extends AnyRef

    An abstraction that is responsible for string to JSON decoding.

  2. trait EncodeJson[-A] extends AnyRef

    An abstraction that is responsible for JSON to string encoding.

  3. class TurnJsonIntoHttp[A] extends Service[A, HttpResponse]

    A service that converts JSON into HTTP response with status OK.

Value Members

  1. object TurnJsonIntoHttp

Inherited from AnyRef

Inherited from Any

Ungrouped