NAME
prp2json - process property files and produce JSON data.
SYNOPSIS
prp2json [options] [file ...]
Options:
--[no]includes "include" is an ordinary key
--[no]raw slightly rawer output
--output=XXX JSON output
--pretty JSON output is readable
--ident shows identification
--help shows a brief help message and exits
--man shows full documentation and exits
--verbose provides more verbose information
--quiet runs as silently as possible
OPTIONS
- --no-includes
-
Inhibits include processing.
"include"
will be considered an ordinary property. - --raw
-
For internal use only.
- --output=XXX
-
Output file for JSON data.
- --pretty
-
JSON data will be human readable.
- --help
-
Prints a brief help message and exits.
- --man
-
Prints the manual page and exits.
- --ident
-
Prints program identification.
- --verbose
-
Provides more verbose information. This option may be repeated to increase verbosity.
- --quiet
-
Suppresses all non-essential information.
- file
-
The input file(s) to process.
DESCRIPTION
This program will read the given input file(s) and output the resultant data as JSON.