json-joy icon indicating copy to clipboard operation
json-joy copied to clipboard

Compiled JSON Patch

Open streamich opened this issue 2 years ago • 0 comments

  • [ ] Add ability to pre-compile JSON Patch to JavaScript code.

Challenges:

  • [ ] It should be compatible the regular implementation.
    • [ ] Should throw the same errors.
    • [ ] Should return the same result.
    • [ ] Ideally, should support all the same commands.
  • [ ] It should not increase the bundle size by much.

streamich avatar Nov 03 '21 08:11 streamich