NAME
json_minify.pl - Command interface for JSON_minify module
SYNOPSIS
json_minify.pl [options] [file [file ...]]
If no file is provided as option arguments, the strandard input
is used.
Options:
--output | -o <output-file> output file
--strip | -s strip spaces
--help | -h brief help message
--man | -m full documentation message
OPTIONS
- --output|-o
-
Specify the pathname for an output file. If no output file is provided, result is sent on standard output.
- --strip|-s
-
Allows to strip spaces from the json content stream. This options is negatable, you can use --no-strip to disable strip. Default is strip.
- --help|-h
-
Print a brief help message and exits.
- --man|-m
-
Prints the manual page and exits.
DESCRIPTION
B<JSON_minify.pl> will read the given input file(s) and will process it
in order to removed C:C++ comments.