NAME
toon_pp - read and normalise TOON data
SYNOPSIS
toon_pp [--pretty] [--canonical] [--version] [file ...]
DESCRIPTION
toon_pp reads TOON (Token-Oriented Object Notation) from standard input or from one or more files named on the command line, parses it, and writes the normalised TOON representation to standard output.
OPTIONS
- --pretty
-
Format the output with newlines and indentation to make it easier to read. By default the output is compact.
- --canonical
-
Sort object keys alphabetically in the output.
- --help
-
Display a brief usage message and exit.
- --version
- -v
-
Display the version number and exit.
AUTHOR
Dave Cross <dave@perlhacks.com>