Skip to content

Instantly share code, notes, and snippets.

View Gregadeaux's full-sized avatar

Greg Billetdeaux Gregadeaux

  • Ionic
  • Milwaukee
View GitHub Profile
@Gregadeaux
Gregadeaux / gist:6894109
Created October 9, 2013 00:19
Build Parsing
{
"players":[
{
"league":6,
"name":"Roll",
"level":32,
"win":false,
"pid":762746,
"race":"Protoss"
},
@Gregadeaux
Gregadeaux / gist:8834643
Created February 5, 2014 22:30
rotisserreee chicken
rotisserreee chicken
@Gregadeaux
Gregadeaux / JsonApiConverter.java
Last active April 15, 2016 15:25
JSONAPI Converter for RetroFit with RxJava and RetroLambda
package ai.cometandroid.network;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.internal.LinkedHashTreeMap;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;