Jakarta JSON Processing is the API for JSON processing. By processing, we mean generating, transforming, parsing, and querying JSON strings and/or objects.
In this recipe, you will learn how to use a JSON Pointer to get a specific value from a JSON message very easily.