| [](https://travis-ci.org/eclipse-ee4j/jsonp) |
| |
| # 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. |
| |
| ## Build |
| |
| Use the following command: |
| ```bash |
| mvn -U -C clean install -Dnon.final=true |
| ``` |
| |
| ## Licensing |
| |
| - [Eclipse Public License 2.0](https://projects.eclipse.org/license/epl-2.0) |
| - [GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp) |
| |
| ## 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 |