https://github.com/eclipse-ee4j/parsson
Parsson Project
https://github.com/eclipse-ee4j/parsson
Last synced: about 1 year ago
JSON representation
Parsson Project
- Host: GitHub
- URL: https://github.com/eclipse-ee4j/parsson
- Owner: eclipse-ee4j
- License: other
- Created: 2021-06-04T13:45:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T11:40:36.000Z (over 1 year ago)
- Last Synced: 2025-03-28T17:08:23.597Z (over 1 year ago)
- Language: Java
- Size: 490 KB
- Stars: 12
- Watchers: 15
- Forks: 22
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[//]: # " Copyright (c) 2018, 2022 Oracle and/or its affiliates. All rights reserved. "
[//]: # " "
[//]: # " This program and the accompanying materials are made available under the "
[//]: # " terms of the Eclipse Public License v. 2.0, which is available at "
[//]: # " http://www.eclipse.org/legal/epl-2.0. "
[//]: # " "
[//]: # " This Source Code may also be made available under the following Secondary "
[//]: # " Licenses when the conditions for such availability set forth in the "
[//]: # " Eclipse Public License v. 2.0 are satisfied: GNU General Public License, "
[//]: # " version 2 with the GNU Classpath Exception, which is available at "
[//]: # " https://www.gnu.org/software/classpath/license.html. "
[//]: # " "
[//]: # " SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 "
# Eclipse Parsson
Eclipse Parsson is an implementation of Jakarta JSON Processing specification.
## Build
Use the following command:
```bash
mvn -U -C clean install
```
## License
* Most of the Eclipse Parsson project source code is licensed
under the [Eclipse Public License (EPL) v2.0](https://projects.eclipse.org/license/epl-2.0)
and [GNU General Public License (GPL) v2 with Classpath Exception](https://www.gnu.org/software/classpath/license.html);
see the license information at the top of each source file.
* The source code for the demo programs is licensed
under the [Eclipse Distribution License (EDL) v1.0.](https://www.eclipse.org/org/documents/edl-v10.php).
* The binary jar files published to the Maven repository are licensed
under the same licenses as the corresponding source code;
see the file `META-INF/LICENSE.txt` in each jar file.
You’ll find the text of the licenses in the workspace in various `LICENSE.txt` or `LICENSE.md` files.
Don’t let the presence of these license files in the workspace confuse you into thinking
that they apply to all files in the workspace.
You should always read the license file included with every download, and read
the license text included in every source file.
## Links
- [Eclipse Parsson @ Eclipse](https://projects.eclipse.org/projects/ee4j.parsson)
- [Jakarta JSON Processing official web site](https://jakartaee.github.io/jsonp-api)
- [Jakarta JSON Processing @ Eclipse](https://projects.eclipse.org/projects/ee4j.jsonp)
- [README.txt](https://github.com/eclipse-ee4j/parsson/blob/master/bundles/dist/src/main/resources/README.txt)
## Contributing
We use [contribution policy](CONTRIBUTING.md), which means we can only accept contributions under
the terms of [Eclipse Contributor Agreement](http://www.eclipse.org/legal/ECA.php).