←back to thread

JSON Patch

(zuplo.com)
299 points DataOverload | 1 comments | | HN request time: 0s | source
Show context
cachedthing0 ◴[] No.41881425[source]
I am using JSONDiffpatch made by Benjamín Eidelman some years in production now. It is perfect, works in a browser and on a node/cloudflare worker/etc. How does JSON Patch compare to JSONDiffpatch? It is not mentioned in the alternatives list.

https://github.com/benjamine/jsondiffpatch

replies(3): >>41881623 #>>41886441 #>>41895250 #
1. DataOverload ◴[] No.41881623[source]
Thanks for sharing, I'll try and find time to compare and write about it