Printer

io.circe.yaml.Printer
See thePrinter companion object
final case class Printer(preserveOrder: Boolean, dropNullKeys: Boolean, indent: Int, maxScalarWidth: Int, splitLines: Boolean, indicatorIndent: Int, tags: Map[String, String], sequenceStyle: FlowStyle, mappingStyle: FlowStyle, stringStyle: StringStyle, lineBreak: LineBreak, explicitStart: Boolean, explicitEnd: Boolean, version: YamlVersion) extends Printer

Attributes

Companion:
object
Source:
Printer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Printer
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def pretty(json: Json): String

Attributes

Source:
Printer.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product