blob: 80d0b9f1597568a8b6bda9815a3b3ef3d73b71cf [file] [view]
[![Build Status](https://travis-ci.org/eclipse-ee4j/jsonp.svg?branch=master)](https://travis-ci.org/eclipse-ee4j/jsonp)
# Jakarta JSON Processing (JSON-P)
Jakarta API for JSON Processing provides portable APIs to parse, generate, transform, and query JSON documents. The project is an evolution of [JSR-374](https://jcp.org/en/jsr/detail?id=374) under Jakarta EE umbrella and contains API and a compatible implementation.
## 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
- Official [web site](https://eclipse-ee4j.github.io/jsonp/)
- [Eclipse Project](https://projects.eclipse.org/projects/ee4j.jsonp/)