Hugo Alveswww.hugomalves.com·Feb 1, 2020A Guide to JSON Patch Integration in Spring AppsWhat is JSON Patch? JSON Patch is a format specified in RFC 6902 that outlines modifications to a JSON document. It enables expressing a series of operations to apply to a JSON document, making it suitable for use with the HTTP PATCH method. Let's ta...887 readsSpring