jsonstream

Fast JSON serializer/deserializer with JavaBean bindings and validations.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.itranswarp
ArtifactId

ArtifactId

jsonstream
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

jsonstream
Fast JSON serializer/deserializer with JavaBean bindings and validations.
Project URL

Project URL

https://github.com/michaelliao/jsonstream

Download jsonstream

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
commons-logging : commons-logging-api jar 1.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.code.gson : gson jar 2.9.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0