tryGetString
fun Config.tryGetString(path: String): String?
Get string property value for path or null if missing
null
tryGetStringList
fun Config.tryGetStringList(path: String): List<String>?
Get list property value for path or null if missing