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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • main

      public static void main​(java.lang.String[] args)