Console based app,compares two JSON/YAML files and shows the differences between the objects. Output can be in 3 formats: stylish (default), json and pain.
Stack: Java Collections Framework, CI (Github actions), JUnit, TDD, CLI Builder (picocli), Jackson, Test Coverage, json, yaml.
make build
make run
make test
make lint
make update