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.
Version20160212compared with
Version Details
| 20151123 | 20160212 | |
|---|---|---|
| Release date | Nov 24, 2015 | Feb 14, 2016 |
| Licenses | JSON | JSON |
| Vulnerabilities |
Test Changes (3)
| 20151123 | 20160212 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | com.jayway.jsonpath » json-path | - | 2.1.0 |
| + Added | junit » junit | - | 4.12 |
| + Added | org.mockito » mockito-core | - | 1.9.5 |