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

vegas.spec.package.scala Maven / Gradle / Ivy

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