Skip to content

Instantly share code, notes, and snippets.

@Clete2
Created December 2, 2016 17:04
Show Gist options
  • Select an option

  • Save Clete2/6e37a1a20c395e72e6dd72dea7fb2f08 to your computer and use it in GitHub Desktop.

Select an option

Save Clete2/6e37a1a20c395e72e6dd72dea7fb2f08 to your computer and use it in GitHub Desktop.
List<Agent> allAgents = new Gson().fromJson(new FileReader("src/main/resources/allAgents.json"), new TypeToken<List<Agent>>(){}.getType());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment