
org.http4s.json4s.native.Json4sNativeInstances.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4s-json4s-native_2.10 Show documentation
Show all versions of http4s-json4s-native_2.10 Show documentation
Provides json4s-native codecs for http4s
package org.http4s
package json4s
package native
import org.json4s.native.JsonMethods
import scala.text.Document
trait Json4sNativeInstances extends Json4sInstances[Document] {
override protected def jsonMethods: org.json4s.JsonMethods[Document] = JsonMethods
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy