Package org.tomlj

Class TomlCommand

java.lang.Object
org.tomlj.TomlCommand

public class TomlCommand extends 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 Details

    • TomlCommand

      public TomlCommand()
  • Method Details

    • main

      public static void main(String[] args)