Oracle Logo

JSON Processing 1.1 Sample Application

 

JSON Processing 1.1 New Features

These new features allow user handle json documents more easily.

Description of the Example


This sample illustrates how to use JSON Patch, JSON Merge Patch and JSON Pointer to update a JSON document.

Use This Example


Input nick name and age, then click the save button.
Client will send a post request to server according to your input. Server will handle the request by override servlet doPost() method. And then use JsonPatch or JsonMergePatch to update the json document.

Nick Name:
Age :