Skip to content

Instantly share code, notes, and snippets.

@bgoetzmann
Created March 27, 2023 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgoetzmann/201f4d7696ecdf2fc7e2e1e40719de4a to your computer and use it in GitHub Desktop.
Save bgoetzmann/201f4d7696ecdf2fc7e2e1e40719de4a to your computer and use it in GitHub Desktop.
JsonObject character = swapiService.getCharacter("1");
String name = character.getString("name");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment