java-jsonp-api 1.1.6
JSON Processing in Java
JSON Processing (JSON-P) is a Java API to process (e.g. parse, generate, transform and query) JSON messages. It produces and consumes JSON text in a streaming fashion (similar to StAX API for XML) and allows building a Java object model for JSON text using API classes (similar to DOM API for XML).
- Outputs:
out
- Website: https://eclipse-ee4j.github.io/jsonp/
- Licenses: EPL 2.0 · GPL 2
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install java-jsonp-api 1.1.6
as follows:
guix install java-jsonp-api@1.1.6
Or install the latest version:
guix install java-jsonp-api
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.