Posts by Lnoob • 11 points
1 post
-
1
votes1
answer271
viewsQ: How to access a specific field of a JSON object using JAVA
I’m using Java to get information from Twitter and the REST client Elasticsearch. As a test I did a PUT of info in JSON and then used the performRequest to obtain a specific element. //create a json…