tuweni / org.apache.tuweni.toml / TomlTable / toMap

toMap

abstract fun toMap(): MutableMap<String!, Any!>! (source)

Get the elements of this array as a Map.

Note that this does not do a deep conversion. If this array contains tables or arrays, they will be of type TomlTable or TomlArray respectively.

Return
MutableMap<String!, Any!>!: The elements of this array as a Map.