Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
JSON Merge Patch – a simpler format for describing changes to a JSON document (ietf.org)
2 points by drderidder on Oct 30, 2014 | hide | past | favorite | 1 comment


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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: