We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research and possibly replace existing JSON parsing and processing with up and coming JavaEE-8 JSON parsing standard. See;
JSR-367
JSON-B.net
Maven Central; https://mvnrepository.com/artifact/javax.json.bind/javax.json.bind-api
https://search.maven.org/#artifactdetails%7Cjavax.json.bind%7Cjavax.json.bind-api%7C1.0.0-RC2%7Cjar
<dependency> <groupId>javax.json.bind</groupId> <artifactId>javax.json.bind-api</artifactId> <version>xxxxx</version> </dependency>
The text was updated successfully, but these errors were encountered:
First release is out;
<!-- https://mvnrepository.com/artifact/javax.json.bind/javax.json.bind-api --> <dependency> <groupId>javax.json.bind</groupId> <artifactId>javax.json.bind-api</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.json</artifactId> <version>1.1</version> </dependency>
Sorry, something went wrong.
koekiebox
No branches or pull requests
Research and possibly replace existing JSON parsing and processing with up and coming JavaEE-8 JSON parsing standard.
See;
JCP
JSR-367
JSON-B
JSON-B.net
Maven Central;
https://mvnrepository.com/artifact/javax.json.bind/javax.json.bind-api
The Central Repo
https://search.maven.org/#artifactdetails%7Cjavax.json.bind%7Cjavax.json.bind-api%7C1.0.0-RC2%7Cjar
The text was updated successfully, but these errors were encountered: