Skip to content

Instantly share code, notes, and snippets.

@sahajamit
Created June 6, 2016 05:24
Show Gist options
  • Save sahajamit/1a95140fac82f1dc62caeb78d69ce4d0 to your computer and use it in GitHub Desktop.
Save sahajamit/1a95140fac82f1dc62caeb78d69ce4d0 to your computer and use it in GitHub Desktop.
List<String> results = JsonPath.read(jsonArrayResultSet.toString(), "$[*].tradeId");
results = ImmutableSet.copyOf(results).asList();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment