tuweni / 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 - MutableList<String!>!: The list of keys that form the path.

Return
String!: The path string.