hat-json-convert - JSON encoding converterΒΆ

usage: hat-json-convert [-h] [-o PATH] [--in-format FORMAT]
                        [--out-format FORMAT]
                        [PATH]

positional arguments:
  PATH                 input path or '-' for stdin (default '-')

options:
  -h, --help           show this help message and exit
  -o, --output PATH    output path or '-' for stdout (default '-')
  --in-format FORMAT   input format 'json', 'yaml' or 'toml'
  --out-format FORMAT  output format 'json', 'yaml' or 'toml'