Tagged articles
3 articles
Page 1 of 1
System Architect Go
System Architect Go
Apr 7, 2023 · Fundamentals

Mastering JSON Patch: Efficiently Modify JSON with RFC 6902

This article explains the JSON Patch standard (RFC 6902), detailing its purpose, structure, supported operations, ordering and atomicity rules, and provides concrete code examples for add, remove, replace, move, copy, and test operations, including edge‑case handling.

APIHTTP PATCHJSON
0 likes · 11 min read
Mastering JSON Patch: Efficiently Modify JSON with RFC 6902
Infra Learning Club
Infra Learning Club
Sep 22, 2022 · Fundamentals

Why JSON Patch Beats JSON Merge Patch for Complex Kubernetes Updates

The article explains the differences between JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7396), shows concrete examples of each, and argues that JSON Patch is preferable for complex Kubernetes PATCH scenarios because Merge Patch’s simple format imposes serious limitations.

HTTP PATCHJSON Merge PatchJSON Patch
0 likes · 5 min read
Why JSON Patch Beats JSON Merge Patch for Complex Kubernetes Updates