- Developing Middleware in Java EE 8
- Abdalla Mahmoud
- 69字
- 2021-07-23 19:24:30
JSON processing
As JSON is a very common format for exchanging data in REST operations, the need for a native API in Java to perform advanced processing over JSON has arisen. Finally, Jakarta EE was introduced?
In this book, we'll get an introduction to the newly introduced API, the JSON Binding API, and see how we can use it to directly manipulate JSON in advanced contexts with practical examples.
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- Google Apps Script for Beginners
- 深入淺出WPF
- Learning RabbitMQ
- Web Development with Django Cookbook
- Designing Hyper-V Solutions
- DevOps Automation Cookbook
- PhoneGap Mobile Application Development Cookbook
- Visual C++開發入行真功夫
- 編程菜鳥學Python數據分析
- Learning Apache Cassandra
- C++ Fundamentals
- Modern C++ Programming Cookbook
- RocketMQ實戰與原理解析
- Scala Functional Programming Patterns