Created
June 6, 2016 05:24
-
-
Save sahajamit/1a95140fac82f1dc62caeb78d69ce4d0 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<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