Skip to content

Support for JSON Binding API (JSON-B) [SPR-14923] #19490

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions