java.lang.Object
com.stereowalker.unionlib.util.toml.Toml

public final class Toml extends Object
Drop-in parse entry point matching the tomlj API surface. Usage (direct replacement for org.tomlj.Toml.parse(...)): TomlParseResult t = Toml.parse(path);