![JAR search and dependency download from the Maven repository](/logo.png)
vegas.spec.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vegas_2.11 Show documentation
Show all versions of vegas_2.11 Show documentation
The missing matplotlib for Scala and Spark
The newest version!
package vegas
import io.circe._
import io.circe.syntax._
import vegas.spec.Spec._
/**
* @author Aish Fenton.
*/
package object spec {
val DropNullJsonPrinter = Printer.spaces2.copy(dropNullKeys = true)
def toJson[T : Encoder](spec: T) = {
spec.asJson.pretty(DropNullJsonPrinter)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy