zio.json.yaml.YamlOptions
See theYamlOptions companion object
case class YamlOptions(newDumperOptions: () => DumperOptions, dropNulls: Boolean, indentation: Int, sequenceIndentation: Int, maxScalarWidth: Option[Int], lineBreak: LineBreak, flowStyle: Json => FlowStyle, scalarStyle: Json => ScalarStyle, keyStyle: String => ScalarStyle, nonPrintableStyle: NonPrintableStyle, indentWithIndicator: Boolean)
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article