Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.81 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.81 KB

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): Build Status codecov License Gitter chat

Documentation : http://jsoniter.com/java-features.html

Scala User: https://github.com/plokhotnyuk/jsoniter-scala

To use this fork:

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.