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

org.http4s.json4s.native.Json4sNativeInstances.scala Maven / Gradle / Ivy

There is a newer version: 0.16.6a
Show newest version
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