Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 526 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 526 Bytes

http4s-fabric

CI

Provides EntityEncoder and EntityDecoder support using Fabric JSON library

SBT Setup

libraryDependencies += "org.http4s" %% "http4s-fabric" % "1.0.0-M31"

Usage

import org.http4s.fabric._

// Use implicits for any type with `ReaderWriter` support see: https://github.com/outr/fabric#convert