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

a8.common.logging.JsonApi.scala Maven / Gradle / Ivy

There is a newer version: 1.0.0-20240213_1428_master
Show newest version
package a8.common.logging

object JsonApi {
  def apply[A: JsonApi]: JsonApi[A] = implicitly[JsonApi[A]]
}

trait JsonApi[A] {
  def toJsonStr(a: A): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy