Move the implementation of the Jakarta JSON Processing specification out from the specification project repository/project.
Eclipse Parsson is an implementation of Jakarta JSON Processing Specification.
Eclipse Parsson provides an implementation of Jakarta JSON Processing Specification. It allows processing (e.g. parse, generate, transform and query) JSON documents. It produces and consumes JSON in a streaming fashion (similar to StAX API for XML) and allows to build a Java object model for JSON using API classes (similar to DOM API for XML).
The project is currently part of EE4J
Implementent new features/functionality added to Jakarta JSON Processing Specification
Intent is to have first release availble by end of May/mid June 2021 (sooner is better). Next release is planned for Jakarta EE 10. There may be service releases for the initial release before Jakarta EE 10 goes live. Afterwards Jakarta EE releases are to be followed.
Source code is to be taken from the https://github.com/eclipse-ee4j/jsonp repository
- Log in to post comments