Packages

p

de.heikoseeberger

akkahttpziojson

package akkahttpziojson

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait ZioJsonSupport extends AnyRef

    JSON marshalling/unmarshalling using zio-json codec implicits.

    JSON marshalling/unmarshalling using zio-json codec implicits.

    The marshaller writes A to JSON HTTPEntity.

    The unmarshaller follows zio-json's early exit strategy, attempting to reading JSON to an A.

    A safe unmarshaller is provided to attempt reading JSON to an Either[String, A] instead.

    No intermediate JSON representation as per zio-json's design.

Value Members

  1. object ZioJsonSupport extends ZioJsonSupport

Ungrouped