Angular Fast Json Patch
npm install angular-fast-json-patchThis library is a work in progress to generate a JSON Patch document RFC4627.
I ported the code from the Json-Patch project and created this module so that it is compatible with Angular 2+. Currently it has only been tested with Angular 4 and only specific operations are known to work.
Currently Tested Operations:
- [ ] add
- [X] remove
- [X] replace
- [ ] move
- [ ] copy
- [ ] test
I will add tests for the remaining operations as time permits.