yaml

fun <T> yaml(text: String): T

Read YAML from text and cast it to T


fun <T> yaml(path: Path): T

Read YAML from path and cast it to T