Json Java

A framework for working with json in Java the "proper" way. No mappings or model classes, it's all just lovely json, but in Java.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.jsonj
ArtifactId

ArtifactId

jsonj
Last Version

Last Version

0.8
Release Date

Release Date

Type

Type

jar
Description

Description

Json Java
A framework for working with json in Java the "proper" way. No mappings or model classes, it's all just lovely json, but in Java.
Project URL

Project URL

https://github.com/jillesvangurp/jsonj
Project Organization

Project Organization

www.jillesvangurp.com

Download jsonj

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.googlecode.json-simple : json-simple jar 1.1.1
xom : xom Optional jar 1.2.5
commons-lang : commons-lang jar 2.6

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.8

Project Modules

There are no modules declared in this project.

Versions

Version
0.8
0.7
0.6