io.circe.yaml.syntax

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

Attributes

Members list

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.

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
final class YamlSyntax(val tree: Json) extends AnyVal

Attributes

Source
package.scala
Supertypes
class AnyVal
trait Matchable
class Any

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.

Attributes

Source
package.scala