This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,6 @@ | ||
# JSON Processing (JSON-P) | ||
|
||
This projects contains API and Reference Implementation (RI) of JSR-374. | ||
The Java API for JSON Processing provides portable APIs to parse, generate, transform, and query JSON documents. | ||
This project has been moved to the Eclipse Foundation: | ||
https://github.com/eclipse-ee4j/jsonp | ||
|
||
## Build | ||
Use the following command: | ||
```bash | ||
mvn -U -C clean install -Dnon.final=true | ||
``` | ||
|
||
## Licensing | ||
|
||
### JSON-P API | ||
[Java API for JSON Processing 1.1 specification license](https://jcp.org/aboutJava/communityprocess/licenses/jsr374/JSR_374-Spec-Java_API_for_JSON_Proc-1.1-11.25.14.pdf) | ||
|
||
### JSON-P RI | ||
|
||
Commercial use: | ||
|
||
The RI will be available for commercial use under the [CDDL 1.1](https://oss.oracle.com/licenses/CDDL+GPL-1.1) open source license, the [GPLv2 with Classpath Exception](https://oss.oracle.com/licenses/CDDL+GPL-1.1) open source license, or this [license](https://jcp.org/aboutJava/communityprocess/licenses/jsr374/OCSL-JSR_374-Java_API_for_JSON_Processing-1.1-AttachD-11.25.14.pdf). | ||
|
||
Non-Commercial use: | ||
|
||
The RI will be available for non-Commercial use under the [CDDL 1.1](https://oss.oracle.com/licenses/CDDL+GPL-1.1) open source license or the [GPLv2 with Classpath Exception](https://oss.oracle.com/licenses/CDDL+GPL-1.1) open source license. | ||
|
||
|
||
## Links | ||
- JSON-P official web site: https://javaee.github.io/jsonp | ||
- JSR-374 page on JCP site: https://jcp.org/en/jsr/detail?id=374 | ||
This repository is now read only and won't be updated. |