package akkahttpziojson
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait ZioJsonSupport extends AnyRef
JSON marshalling/unmarshalling using zio-json codec implicits.
JSON marshalling/unmarshalling using zio-json codec implicits.
The marshaller writes
Ato JSONHTTPEntity.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
- object ZioJsonSupport extends ZioJsonSupport