- How to Convert Response Object (Java JERSEY ) which contains JSON to JAVA Class() - Client client =ClientBuilder.newClient(); WebTarget target= client.target("https://shoa.enext.com/api/resource/Sales%20Invoice"); Response response = target.request().get();
- in Response JSON data is fetch which is as Follows: - {"home_page":"/desk","message":"Logged In","full_name":"Shoaib Shaikh"}
- A HOW to access Different Fields of JSON
- How to convert/parse this JSON Data Into Java Class and
            Asked
            
        
        
            Active
            
        
            Viewed 666 times
        
    0
            
            
         
    
    
        shoaib shaikh
        
- 9
- 1
- 5
- 
                    1Possible duplicate of [Converting JSON to Java](https://stackoverflow.com/questions/1688099/converting-json-to-java) – Kainix Oct 23 '17 at 17:22
- 
                    Let me try it . Will get back for your feedback. :) – shoaib shaikh Oct 25 '17 at 12:53