Skip to content

vitalii88/console_JSON_difference_calculator

Repository files navigation

Tests and linter status:

Actions Status Maintainability Test Coverage

Added comparison of two flat arrays.

To compare two flat JSON files, call the utility. Pass the paths to the file as arguments. You can use both full and relative paths. Example: gendiff /users/home/file1.json ../home/file2.json

asciicast

To compare two flat YAML files, call the utility. Example: gendiff /users/home/file1.yaml ../home/file2.yaml asciicast

Comparison output of nested trees. Example: gendiff /users/home/file1.yaml ../home/file2.yaml asciicast

Comparison output of plain style. Example: gendiff -f plain /users/home/file1.yaml ../home/file2.yaml asciicast

Comparison output of json style. Example: gendiff -f json /users/home/file1.yaml ../home/file2.yaml asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published