https://github.com/bonejon/angular-fast-json-patch
A port of https://github.com/Starcounter-Jack/JSON-Patch wrapped up as an Angular 2+ library
https://github.com/bonejon/angular-fast-json-patch
Last synced: about 1 month ago
JSON representation
A port of https://github.com/Starcounter-Jack/JSON-Patch wrapped up as an Angular 2+ library
- Host: GitHub
- URL: https://github.com/bonejon/angular-fast-json-patch
- Owner: bonejon
- License: mit
- Created: 2017-11-10T09:55:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T14:38:29.000Z (over 8 years ago)
- Last Synced: 2025-09-25T18:29:33.466Z (9 months ago)
- Language: TypeScript
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular-fast-json-patch 
A port of https://github.com/Starcounter-Jack/JSON-Patch wrapped up as an Angular 2+ library
This library is a work in progress to generate a JSON Patch document [RFC4627](https://tools.ietf.org/rfc/rfc6902.txt).
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.