![Java EE 8 Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/29/36700029/b_36700029.jpg)
上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.