anatolyg / JSON-java

A reference implementation of a JSON package in Java.

Home Page:http://www.json.org/java/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON in Java package org.json.

I added .pom to create jars.

v. 2011-02-02

<dependency>
    <groupId>org.json</groupId>
    <artifactId>json</artifactId>
    <version>20110202</version>
</dependency>

Please follow these instructions to install into your local or remote repo.

About

A reference implementation of a JSON package in Java.

http://www.json.org/java/


Languages

Language:Java 99.2%Language:Perl 0.8%