JSON Patch
Short introduction to the JSON Patch format, useful for your REST APIs.
Recursive SQL with CTE (common table expressions)
Recursive CTEs are powerful auxiliary statements that allow for traversing hierarchical or tree-structured data.
Introduction to JSON Merge Patch
JSON Merge Patch is a data format that allows describing modifications to be made to a JSON document.