Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go

License

Notifications You must be signed in to change notification settings

Brixomatic/json-iterator-java

Open more actions menu
 
 

Repository files navigation

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.

About

jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.