|
1 | 1 | # JSON Processing (JSON-P)
|
2 | 2 |
|
3 | | -This projects contains API and Reference Implementation (RI) of JSR-374. |
4 | | -The Java API for JSON Processing provides portable APIs to parse, generate, transform, and query JSON documents. |
| 3 | +This project has been moved to the Eclipse Foundation: |
| 4 | +https://github.com/eclipse-ee4j/jsonp |
5 | 5 |
|
6 | | -## Build |
7 | | -Use the following command: |
8 | | -```bash |
9 | | -mvn -U -C clean install -Dnon.final=true |
10 | | -``` |
11 | | - |
12 | | -## Licensing |
13 | | - |
14 | | -### JSON-P API |
15 | | -[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) |
16 | | - |
17 | | -### JSON-P RI |
18 | | - |
19 | | -Commercial use: |
20 | | - |
21 | | -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). |
22 | | - |
23 | | -Non-Commercial use: |
24 | | - |
25 | | -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. |
26 | | - |
27 | | - |
28 | | -## Links |
29 | | -- JSON-P official web site: https://javaee.github.io/jsonp |
30 | | -- JSR-374 page on JCP site: https://jcp.org/en/jsr/detail?id=374 |
| 6 | +This repository is now read only and won't be updated. |
0 commit comments