Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T14:38:29.000Z (about 7 years ago)
- Last Synced: 2025-01-02T04:35:38.082Z (about 1 month ago)
- Language: TypeScript
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular-fast-json-patch ![alt travis build status](https://travis-ci.org/bonejon/angular-fast-json-patch.svg?branch=master)
A port of https://github.com/Starcounter-Jack/JSON-Patch wrapped up as an Angular 2+ libraryThis 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
- [ ] testI will add tests for the remaining operations as time permits.