Package org.tomlj


package org.tomlj
A parser for Tom's Obvious, Minimal Language (TOML).

A parser and semantic checker for Tom's Obvious, Minimal Language (TOML), as described at https://github.com/toml-lang/toml/.

  • Class
    Description
    Options for serializing TOML to JSON.
    Methods for parsing data stored in Tom's Obvious, Minimal Language (TOML).
    An array of TOML values.
    A simple command line tool for parsing TOML and outputing in JSON.
    An exception thrown when an invalid type is encountered.
    An error that occurred while parsing.
    The result from parsing a TOML document.
    A position in an input document.
    An interface for accessing data stored in Tom's Obvious, Minimal Language (TOML).
    Supported TOML specification versions.