Last Version

JSON Marshaller 0.6

Small lightweight json marshaller for POJOs to use in android applications. Uses GSON pull parser and zero configuration approach. Suitable for big JSON files

License

License

Categories

Categories

JSON Data
GroupId

GroupId

de.pribluda.android
ArtifactId

ArtifactId

jsonmarshaller
Version

Version

0.6
Type

Type

jar
Description

Description

JSON Marshaller
Small lightweight json marshaller for POJOs to use in android applications. Uses GSON pull parser and zero configuration approach. Suitable for big JSON files
Project URL

Project URL

https://github.com/ko5tik/jsonserializer

Download jsonmarshaller 0.6


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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.gson : gson jar 1.6

test (2)

Group / Artifact Type Version
mockit : jmockit jar 0.996
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.