jsonyx diff¶
Compare two JSON files and generate a diff in JSON patch format.
Usage¶
jsonyx diff [-h] [-a] [-c] [-C] [-d] [-i SPACES] [-l] [-L LEVEL] [-s] [-S]
[-t] [-T] [-q] old_input_filename [input_filename]
[output_filename]
Positional arguments¶
- old_input_filename¶
The path to the old input JSON file.
- input_filename¶
The path to the input JSON file, or
"-"for standard input. If not specified, read fromsys.stdin.
- output_filename¶
The path to the output JSON patch file. If not specified, write to
sys.stdout.
See jsonyx format for the formatting options.