load

open fun load(text: String): T?

Load config from text.

Return

Config data or null

Since

1.0.0

Parameters

text

Yaml data

Throws