Java EE 8 Cookbook
上QQ阅读APP看书,第一时间看更新

Running your first JSON-P 1.1 code 

JSON-Pointer is the Java 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 JSON Pointer to get a specific value from a JSON message in a very easy way.