JSON Merge Patch – a simpler format for describing changes to a JSON document (tools.ietf.org) 2 points by drderidder 11y ago ↗ HN
[–] drderidder 11y ago ↗ In a nutshell, to update a JSON document you: * include properties with updated values * leave out properties that should be unchanged * set properties null to remove them It's the approach github and others have taken.
1 comment
[ 2.5 ms ] story [ 11.6 ms ] thread