Created
December 2, 2016 17:04
-
-
Save Clete2/6e37a1a20c395e72e6dd72dea7fb2f08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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