jackson-javax-json

An alternate implementation of JSR-353 based on Jackson, which aims to bring better performance and configurability.

License

License

Categories

Categories

JSON Data Jackson
GroupId

GroupId

com.github.pgelinas
ArtifactId

ArtifactId

jackson-javax-json
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

jackson-javax-json
An alternate implementation of JSR-353 based on Jackson, which aims to bring better performance and configurability.
Project URL

Project URL

https://github.com/pgelinas/jackson-javax-json

Download jackson-javax-json

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.pgelinas/jackson-javax-json/ -->
<dependency>
    <groupId>com.github.pgelinas</groupId>
    <artifactId>jackson-javax-json</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pgelinas/jackson-javax-json/
implementation 'com.github.pgelinas:jackson-javax-json:1.0.0'
// https://jarcasting.com/artifacts/com.github.pgelinas/jackson-javax-json/
implementation ("com.github.pgelinas:jackson-javax-json:1.0.0")
'com.github.pgelinas:jackson-javax-json:jar:1.0.0'
<dependency org="com.github.pgelinas" name="jackson-javax-json" rev="1.0.0">
  <artifact name="jackson-javax-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pgelinas', module='jackson-javax-json', version='1.0.0')
)
libraryDependencies += "com.github.pgelinas" % "jackson-javax-json" % "1.0.0"
[com.github.pgelinas/jackson-javax-json "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.2.1
javax.json : javax.json-api jar 1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.9.0