- 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.
推薦閱讀
- 演進(jìn)式架構(gòu)(原書(shū)第2版)
- Kali Linux Web Penetration Testing Cookbook
- Learning Apex Programming
- Rust實(shí)戰(zhàn)
- 程序員面試算法寶典
- 征服RIA
- Silverlight魔幻銀燈
- Linux操作系統(tǒng)基礎(chǔ)案例教程
- Java:High-Performance Apps with Java 9
- Windows Phone 7.5:Building Location-aware Applications
- R數(shù)據(jù)科學(xué)實(shí)戰(zhàn):工具詳解與案例分析
- Red Hat Enterprise Linux Troubleshooting Guide
- Python深度學(xué)習(xí)與項(xiàng)目實(shí)戰(zhàn)
- Implementing DevOps with Ansible 2
- Switching to Angular 2