Last Version

Zappos JSON 0.1-alpha

Zappos-json is a Java library that can be used to convert plain old Java objects (POJO) into their JSON representation, and vice versa. It uses code generation technique to improve the performance by inlining serialization-related code into a generated class file.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.zappos
ArtifactId

ArtifactId

zappos-json
Version

Version

0.1-alpha
Type

Type

jar
Description

Description

Zappos JSON
Zappos-json is a Java library that can be used to convert plain old Java objects (POJO) into their JSON representation, and vice versa. It uses code generation technique to improve the performance by inlining serialization-related code into a generated class file.
Project URL

Project URL

https://github.com/Zappos/zappos-json
Source Code Management

Source Code Management

http://github.com/Zappos/zappos-json

Download zappos-json 0.1-alpha


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

Dependencies

compile (1)

Group / Artifact Type Version
org.javassist : javassist jar 3.20.0-GA

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.