An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Relase Build Status](https://img.shields.io/appveyor/ci/bigegg/jsoncomparer.svg?style=flat-square&label=Release%20Build)](https://ci.appveyor.com/project/BigEgg/jsoncomparer)
[![CI Build Status](https://img.shields.io/appveyor/ci/bigegg/jsoncomparer-33wo6.svg?style=flat-square&label=CI%20Build)](https://ci.appveyor.com/project/BigEgg/jsoncomparer-33wo6)
[![GitHub Release](https://img.shields.io/github/release/BigEggTools/JsonComparer.svg?style=flat-square&label=GitHub%20Release)](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)