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

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

There is a newer version: 4.0.6
Show newest version
package org.json4s

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy