JSON is a light-weight, language independent, data interchange format.
See http://www.JSON.org/
The files in this package implement JSON encoders/decoders in Java.
It also includes the capability to convert between JSON and XML, HTTP
headers, Cookies, and CDL.
This is a reference implementation. There are a large number of JSON packages
in Java. Perhaps someday the Java community will standardize on one. Until
then, choose carefully.
Version20231013compared with
Version Details
| 20230618 | 20231013 | |
|---|---|---|
| Release date | Jun 18, 2023 | Oct 14, 2023 |
| Licenses | Public | Public |
| Vulnerabilities | None |
Test Changes (2)
| 20230618 | 20231013 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | junit » junit | 4.13.1 | 4.13.2 |
| ~ Updated | org.mockito » mockito-core | 1.9.5 | 4.2.0 |