Support for JSON Binding API (JSON-B) [SPR-14923] #19490
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Juergen Hoeller opened SPR-14923 and commented
The JSON-B specification (part of Java EE 8, building on EE 7's JSON-P processing API) looks straightforward to integrate as an alternative to Jackson and Gson for JSON object binding, analogous to JAXB for XML binding. Let's aim for supporting it in Spring Framework 5, next to Servlet 4.0 and Bean Validation 2.0.
The JSON-B reference implementation - Yasson - originated within the Eclipse Persistence project but recently moved to a standalone home. It will probably be as commonly used as Hibernate Validator for the Bean Validation API, both standalone and as part of all major application servers.
http://json-b.net/
https://jcp.org/en/jsr/detail?id=367
Issue Links:
Referenced from: commits cf30603
The text was updated successfully, but these errors were encountered: