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

org.json4sbt.ToJsonWritable.scala Maven / Gradle / Ivy

The newest version!
package org.json4sbt

class ToJsonWritable[T](a: T)(implicit writer: Writer[T]) {
  def asJValue = writer.write(a)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy