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

https://github.com/mahenrique94/jdiff


https://github.com/mahenrique94/jdiff

diff json json-diff node node-js nodejs

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# jdiff

A lib to do a comparsion between two JSON files

### Install:

Using `npm`:

```
npm i -g @mahenrique94/jdiff
```

Using `yarn`:

```
yarn global add @mahenrique94/jdiff
```

How to use:

The command line needs `-f` parameter, this parameter must be a `array` of the `String` with two (only) files.

```
jdiff -f j1.json j2.json
```

Thanks