How To JSON Patch in REST Controller and Spring Boot 3
Posted on Nov 27, 2023 in
Reading time: 1 minute
Intro
JSON Patch is a standard for describing changes to a JSON resource. It’s a simple way to perform updates without having to send the whole document over the wire.