Autoparse JSON

A java library built specifically for Android that uses code generation to parse JSON into custom objects in your project.

License

License

Categories

Categories

Auto Application Layer Libs Code Generators JSON Data
GroupId

GroupId

com.workday
ArtifactId

ArtifactId

autoparse-json
Last Version

Last Version

0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Autoparse JSON
A java library built specifically for Android that uses code generation to parse JSON into custom objects in your project.
Project URL

Project URL

https://github.com/workday/autoparse-json
Source Code Management

Source Code Management

https://github.com/workday/autoparse-json

Download autoparse-json

How to add to project

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

Dependencies

runtime (2)

Group / Artifact Type Version
org.json : json jar 20190722
com.workday : metajava jar 1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

autoparse-json

Autoparse JSON is a java library built specifically for Android that uses code generation to parse JSON into custom objects in your project.

Learn how to use Autoparse JSON in the wiki!

Latest Version: Maven Central

Build Status: Circle CI

Installation

Add the following lines to your build.gradle file, replacing $autoparse_json_version with latest version from Maven Central.

repositories {
    mavenCentral()
}

dependencies {
    compile "com.workday:autoparse-json:$autoparse_json_version"
    compile "com.workday:autoparse-json-processor:$autoparse_json_version"
}

Note that if you use the android-apt plugin or the kotlin-android plugin, you may use apt or kapt respectively instead of compile for autoparse-json-processor, e.g.

apt "com.workday:autoparse-json-processor:$autoparse_json_version"

In fact, it is highly recommended that you use apt or kapt as this will get rid of some "invalid package" and related warnings.

com.workday

Workday

Versions

Version
0.4
0.2
0.1