Skip to content

isabella232/realtime-json

 
 

Repository files navigation

realtime-json Build Status

Minimalistic JSON library for Java/Android/iOS/GWT/J2ObjC

Visit Google groups for discussions and announcements.

Requires

Java and Android:

These are just a few of the major dependencies, the entire list of dependencies is listed in the project's POM file.

Javascript and GWT:

Installation and Usage

Java and Android:

Maven

<repositories>
  <repository>
    <id>sonatype-nexus-snapshots</id>
    <name>Sonatype Nexus Snapshots</name>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    <releases>
      <enabled>false</enabled>
    </releases>
    <snapshots>
      <enabled>true</enabled>
    </snapshots>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>com.goodow.realtime</groupId>
    <artifactId>realtime-json</artifactId>
    <version>0.5.5-SNAPSHOT</version>
  </dependency>
</dependencies>

iOS/Mac OS X and J2ObjC:

See: https://github.com/goodow/GDJson

About

Minimalistic JSON library for Java/Android/iOS/GWT/J2ObjC

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.8%
  • Makefile 1.2%