Skip to content
Snippets Groups Projects
Commit be9f03ee authored by Planoetscher Daniel (Student Com20)'s avatar Planoetscher Daniel (Student Com20)
Browse files

answered some questions

parent 74b1dfc8
No related branches found
No related tags found
No related merge requests found
JSON.iml 0 → 100644
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_15">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: jakarta.json.bind:jakarta.json.bind-api:1.0.1" level="project" />
</component>
</module>
\ No newline at end of file
JSON JSON
Who maintains it? <br>
Created by Oracle, maintained mainly by Java EE members
How active is it? <br>
The older version of jsonP given to us is inactive since 2019 and already archived. The
newer versions however are still active (e.g. https://github.com/eclipse-ee4j/jsonp).
There the last commits are from April. <br>
Json B is still more or less active as well, with 83 Issues and latest commits from March.
How popular is it? <br>
Mvn Repository <br>
According to Mvn Json B is not used a lot and also not very updated. See: https://mvnrepository.com/artifact/jakarta.json.bind/jakarta.json.bind-api
Also on Github, the project has only about 46 stars.<br>
JsonP
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment