Searched refs:jsonResource (Results 1 – 1 of 1) sorted by relevance
41 private static Story readStory(InputStream jsonResource) throws IOException { in readStory() argument42 return GSON.fromJson(new InputStreamReader(jsonResource, "UTF-8"), Story.class); in readStory()