- Jakarta EE Cookbook
- Elder Moraes
- 103字
- 2021-06-24 16:12:38
How it works...
The JSON Pointer is a standard defined by the Internet Engineering Task Force (IETF) under Request for Comments (RFC) 6901. The standard basically says that a JSON Pointer is a string that identifies a specific value in a JSON document.
Without a JSON Pointer, you would need to parse the whole message and iterate through it until you find the desired value—probably lots of if and else instances and things like that.
So, a JSON Pointer helps you to decrease the written code dramatically by doing this kind of operation very elegantly.
推薦閱讀
- LabVIEW Graphical Programming Cookbook
- R語言經典實例(原書第2版)
- Developing Middleware in Java EE 8
- C語言程序設計(第2版)
- PHP網絡編程學習筆記
- Internet of Things with Intel Galileo
- 高級C/C++編譯技術(典藏版)
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- C語言程序設計同步訓練與上機指導(第三版)
- Express Web Application Development
- MySQL程序員面試筆試寶典
- Android系統下Java編程詳解
- C# 7 and .NET Core 2.0 Blueprints
- Scratch少兒編程高手的7個好習慣
- Slick2D Game Development