Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m0mus authored Feb 26, 2018
1 parent b7bec3e commit 1341356
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions README.md
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.

0 comments on commit 1341356

Please sign in to comment.