- Jakarta EE Cookbook
- Elder Moraes
- 103字
- 2021-06-24 16:12:39
Running your first JSON-B 1.0 code
Jakarta JSON Binding is an API for converting Java objects into/from JSON messages in a standardized way. It defines a default mapping algorithm to convert Java classes into JSON and still lets you customize your own algorithms.
With JSON-B (JSON-Binding), Jakarta EE has a complete set of tools to work with JSON, such as the JSON API and JSON-P (JSON-Padding). No third-party frameworks are needed anymore (although you are still free to use them).
This quick recipe will show you how to use JSON-B to convert a Java object into and from a JSON message.
推薦閱讀
- Getting started with Google Guava
- Power Up Your PowToon Studio Project
- Learning Docker
- Python Deep Learning
- MATLAB實用教程
- Learning Laravel 4 Application Development
- 高級C/C++編譯技術(典藏版)
- Mastering Android Game Development
- 第一行代碼 C語言(視頻講解版)
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- 用案例學Java Web整合開發
- Kotlin Programming By Example
- C# 7.0本質論
- Java 11 and 12:New Features
- JavaScript高級程序設計(第4版)