Package org.tomlj
Class TomlCommand
- java.lang.Object
-
- org.tomlj.TomlCommand
-
public class TomlCommand extends java.lang.Object
A simple command line tool for parsing TOML and outputing in JSON.The output format is suitable for https://github.com/BurntSushi/toml-test
-
-
Constructor Summary
Constructors Constructor Description TomlCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-