TOML格式的对象映射器 合法的 MIT或双重许可。 用法 pom.xml: < dependency> < groupId>com.github.toml-java < artifactId>tomlj-mapper < version>0.2.0 simple.toml: key1 = ' value1 ' array1 = [ 1 , 2 , 3 , 4 ] Test.java: import com.github.tomlj.mapper.TomlObjectMapper ; class Test { @Test public parseSimple () { try ( InputStream in