Note: this is a fork for a private project that includes PRs for the Java module system and Java Record classes. I'm not actively supporting this.
Original Project status (not this fork):
Documentation : http://jsoniter.com/java-features.html
Scala User: https://github.com/plokhotnyuk/jsoniter-scala
Add jitpack.io as a repository:
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add this dependency, by referring to this Github page:
<dependency>
<groupId>com.github.Brixomatic</groupId>
<artifactId>json-iterator-java</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
Note:
The Java Module System enhancement has not been tested with jackson, gson or javassist.
You might however vote for this PR in the original project, so it gets more popularity and the remaning problems can be addressed:
json-iterator#325
The original author seems to have abandoned the project though.