blob: 1d297e76d6cedd1210a973b79b634f5f80871d73 [file] [log] [blame] [view] [edit]
<br/>
Eclipse Yasson is a Java framework which provides a standard binding layer
between Java classes and JSON documents. This is similar to what JAXB is doing
in the XML world. Yasson is an official reference implementation of JSON
Binding ([JSR-367](https://jcp.org/en/jsr/detail?id=367)).
# <a name="Latest_News"></a>Latest News
## August 12, 2020 - Yasson 1.0.8 Final Release ##
The [1.0.8 release](https://github.com/eclipse-ee4j/yasson/releases/tag/1.0.8-RELEASE)
is the latest release of the Eclipse Yasson project.
# <a name="Links"></a>Links #
- [Yasson project page](https://projects.eclipse.org/projects/ee4j.yasson)
- [JSON-B API & spec project](https://github.com/eclipse-ee4j/jsonb-api)
- [JSR-367 page on JCP site](https://jcp.org/en/jsr/detail?id=367)