Skip to content

Instantly share code, notes, and snippets.

View InfoSec812's full-sized avatar

Deven Phillips InfoSec812

View GitHub Profile
@InfoSec812
InfoSec812 / ListGists.java
Created November 20, 2014 13:49 — forked from jtulach/ListGists.java
Networking with JSON and Java
package dew.demo.gists;
import java.util.Arrays;
import net.java.html.json.*;
@Model(className="UI", properties={
@Property(name="user",type=String.class),
@Property(name="current",type=String.class),
@Property(name="names", type=String.class, array = true),
@Property(name="gists",type=Gist.class, array = true)