core
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
core
core
/
dev.fishies.coho
/
yaml
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