logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tomljson - reads a TOML file and outputs its JSON representation

Author

       This manpage was written by Dr. Tobias Quathamer <toddy@debian.org>.

1.0.0                                              31 May 2017                                       TOMLJSON(1)

Description

       This manual page documents briefly the tomljson command.

       tomljson  is  a program that reads a TOML file and outputs its JSON representation.  tomljson can be used
       in two ways.

              Writing to STDOUT and reading from STDIN:
                cat file.toml | tomljson > file.json

              Reading from a file name:
                tomljson file.toml

Name

       tomljson - reads a TOML file and outputs its JSON representation

Options

       These programs follow the usual GNU command line syntax, with  long  options  starting  with  two  dashes
       (`-').  A summary of options is included below.

       -h,--help
              Show summary of options.

See Also

tomll(1).

Synopsis

tomljson

See Also