io.circe.scalayaml.syntax

Provides helpful syntax that is not specific to the SnakeYAML implementation.

Type members

Classlikes

implicit class AsYaml(val tree: Json)

Call this to serialize a Json AST into a YAML string using the default options.

Call this to serialize a Json AST into a YAML string using the default options.

Source:
package.scala
final class YamlSyntax(val tree: Json) extends AnyVal

Implicits

Implicits

final implicit def AsYaml(tree: Json): AsYaml

Call this to serialize a Json AST into a YAML string using the default options.

Call this to serialize a Json AST into a YAML string using the default options.

Source:
package.scala