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.1.0-M8
Show newest version
package org.json4s

class ToJsonWritable[T](private val a: T) extends AnyVal {
  def asJValue(implicit writer: Writer[T]): JValue = writer.write(a)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy