All Downloads are FREE. Search and download functionalities are using the official Maven repository.

invirt.http4k.json.kt Maven / Gradle / Ivy

There is a newer version: 0.10.11
Show newest version
package invirt.http4k

import org.http4k.core.Body
import org.http4k.format.Jackson.auto
import org.http4k.lens.BiDiBodyLens

inline fun  jsonLens(): BiDiBodyLens = Body.auto().toLens()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy