Get to Know JSON Merge Patch: JSON-P 1.1 Overview Series
JSON Processing 1.1 JSON Merge Patch Overview @JSONProcessing @Java_EE @Java #JavaEE8 #JavaEE #JakartaEE #JSONP
Java EE 8 includes an update to the JSON Processing API and brings it up to date with the latest IEFT standards for JSON. They are:
JSON Pointer RFC 6901
JSON Patch RFC 6902
JSON Merge Patch RFC 7396
I will cover these topics in this mini-series.
Getting Started
To get started with JSON-P you will need the following dependencies from the Maven central repository.
javax.json javax.json-api…
View On WordPress













