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
Modifier and Type Method Description static void
main(java.lang.String[] args)
-
Constructor Details
-
TomlCommand
public TomlCommand()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)
-