rfc6902-diff

A json patch generator.


Keywords
rfc6902, json, patch
License
ISC
Install
npm install rfc6902-diff@0.1.0

Documentation

rfc6902 diff generator

Another json diff tool.

If you are looking for a whole implementation(differ and patcher), please check @chbrown's rfc6902.

Usage

npm install rfc6902-diff

Develop

npm install
npm run dev

Test

npm install
npm run test