File: README.md

package info (click to toggle)
jsonb-api 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 592 kB
  • sloc: java: 1,630; xml: 1,219; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Java API for JSON Binding (JSON-B)

JSON-B is a standard binding layer for converting Java objects to/from JSON messages. It defines a default mapping algorithm for converting existing Java classes to JSON, while enabling developers to customize the mapping process through the use of Java annotations.

## License

[Java API for JSON Binding 1.0 Specification license](https://jcp.org/aboutJava/communityprocess/licenses/jsr367/SpecLicense-JSR_367_JSON_B-1.0-8.18.14.pdf)

## Links
- JSON-B official web site: http://json-b.net
- Discussion groups: https://javaee.groups.io/g/jsonb-spec
- JSR-367 page on JCP site: https://jcp.org/en/jsr/detail?id=367
- Yasson (Reference Implementation): https://github.com/eclipse/yasson