toml / org.apache.tuweni.toml / Toml / joinKeyPath

joinKeyPath

static fun joinKeyPath(path: MutableList<String>): String (source)

Join a list of keys into a single dotted key string.

Parameters

path - The list of keys that form the path.

Return
The path string.