YamlOptions

case class YamlOptions(dropNulls: Boolean, indentation: Int, sequenceIndentation: Int, maxScalarWidth: Option[Int], lineBreak: LineBreak, flowStyle: Json => FlowStyle, scalarStyle: Json => ScalarStyle, keyStyle: String => ScalarStyle, nonPrintableStyle: NonPrintableStyle)
Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product