JsonPullParser

Lightweight JSON library. at development, use the APT library. it generate a java source file on compile-time. at runtime, required library is a only core library(jsonpullparser-core). JsonPullParser can running on GAE/J, Android and normal Java enviroment.

License

License

Categories

Categories

Net JSON Data
GroupId

GroupId

net.vvakame
ArtifactId

ArtifactId

jsonpullparser
Last Version

Last Version

1.6.2
Release Date

Release Date

Type

Type

pom
Description

Description

JsonPullParser
Lightweight JSON library. at development, use the APT library. it generate a java source file on compile-time. at runtime, required library is a only core library(jsonpullparser-core). JsonPullParser can running on GAE/J, Android and normal Java enviroment.
Project URL

Project URL

https://github.com/vvakame/jsonpullparser

Download jsonpullparser

Filename Size
jsonpullparser-1.6.2.pom 2 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jsonpullparser-parent
  • jsonpullparser-core
  • jsonpullparser-apt
  • jsonpullparser-google-http-client

Versions

Version
1.6.2
1.6.1
1.6
1.5.2
1.5.1
1.5
1.4.11
1.4.10