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

JSON Patch improvements

Open streamich opened this issue 2 years ago • 0 comments

  • [ ] Simplify operations to reduce bundle size.
  • [ ] Move encoding operations to their respective codecs.
    • [ ] .toJson
    • [ ] .toCompact
    • [ ] .encode
  • [ ] Simplify str_del and str_ins operations into a single str operation.

streamich avatar May 26 '22 19:05 streamich