JSPM

angular-fast-json-patch

0.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q61122F
  • License MIT

Angular Fast Json Patch

Package Exports

  • angular-fast-json-patch

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (angular-fast-json-patch) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

angular-fast-json-patch alt travis build status

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.

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
  • remove
  • replace
  • move
  • copy
  • test

I will add tests for the remaining operations as time permits.