Skip to content

Instantly share code, notes, and snippets.

View dustinbrownman's full-sized avatar

Dustin Brown dustinbrownman

View GitHub Profile
@julianbonilla
julianbonilla / GsonTest.java
Created May 24, 2012 21:18
Read json from file into Gson
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import com.google.gson.Gson;
public class GsonTest {
public static void main(String[] args) throws FileNotFoundException {