FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Brixomatic/json-iterator-java: jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go · GitHub

 
 

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):

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL