https://github.com/bigeggtools/jsoncomparer
The tool to compare JSON file(s) and output the differences in many kinds of report
https://github.com/bigeggtools/jsoncomparer
combine compare json split tool
Last synced: 4 months ago
JSON representation
The tool to compare JSON file(s) and output the differences in many kinds of report
- Host: GitHub
- URL: https://github.com/bigeggtools/jsoncomparer
- Owner: BigEggTools
- License: mit
- Created: 2017-01-18T14:11:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T10:03:07.000Z (about 9 years ago)
- Last Synced: 2025-07-21T08:52:53.582Z (11 months ago)
- Topics: combine, compare, json, split, tool
- Language: C#
- Homepage:
- Size: 194 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/BigEgg/jsoncomparer)
[](https://ci.appveyor.com/project/BigEgg/jsoncomparer-33wo6)
[](https://github.com/BigEggTools/JsonComparer/releases)
# JsonComparer
The tool to compare JSON file(s) and output the differences in many kinds of report, such as: HTML report, Excel report.
## Extension Tools
Will also support the split JSON file and merge JSON files functions
## Features
To get what current verion of this tool support, use --help to get the following information:
```
JsonComparer: v0.3.0.9
Application support these commands:
compare | Compare the JSON files in two folder.
split | Split the big JSON file to multiple small files.
merge | Merge the splited JSON files to node in one JSON file, to build a big file.
For help on command detail, please run --help to check
```
To know more about the feature, please click the following links:
* [Compare](./docs/Compare.md)
* [Split](./docs/Split.md)
* [Merge](./docs/Merge.md)