License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdlink.jfire |
ArtifactId | ArtifactIdcodejson |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncodejson
Codejson is one of the best framework for json. The best is the fastest and customization capabilities.
Can use the same object output according to the different strategies of different content.
45% speed over Jackson2 serialization
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
codejson-1.1.1.pom | |
codejson-1.1.1.jar | 100 KB |
codejson-1.1.1-sources.jar | 61 KB |
codejson-1.1.1-javadoc.jar | 531 KB |
Browse |
<!-- https://jarcasting.com/artifacts/link.jfire/codejson/ -->
<dependency>
<groupId>link.jfire</groupId>
<artifactId>codejson</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/link.jfire/codejson/
implementation 'link.jfire:codejson:1.1.1'
// https://jarcasting.com/artifacts/link.jfire/codejson/
implementation ("link.jfire:codejson:1.1.1")
'link.jfire:codejson:jar:1.1.1'
<dependency org="link.jfire" name="codejson" rev="1.1.1">
<artifact name="codejson" type="jar" />
</dependency>
@Grapes(
@Grab(group='link.jfire', module='codejson', version='1.1.1')
)
libraryDependencies += "link.jfire" % "codejson" % "1.1.1"
[link.jfire/codejson "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.javassist : javassist | jar | 3.20.0-GA |
link.jfire : jfire-baseutil | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.fasterxml.jackson.core : jackson-core | jar | 2.6.3 |
com.google.code.gson : gson | jar | 2.5 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.6.3 |
com.alibaba : fastjson | jar | 1.2.1 |