GithubHelp home page GithubHelp logo

isabella232 / realtime-json Goto Github PK

View Code? Open in Web Editor NEW

This project forked from goodow/realtime-json

0.0 0.0 0.0 662 KB

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

Home Page: https://github.com/goodow/realtime/

License: Apache License 2.0

Makefile 1.24% Java 98.76%

realtime-json's Introduction

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

realtime-json's People

Contributors

larrytin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.