aspose file tools
The moose likes Java in General and the fly likes Extract value from String Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Extract value from String" Watch "Extract value from String" New topic
Author

Extract value from String

Angus Ferguson
Ranch Hand

Joined: Jun 22, 2012
Posts: 240
Hi I have make a request to the server and I have got the next answer



Now from my code I need extract the value of the access_token, I have this code:



where res is a string with the data. What way could I have only the access_token?

Many Thanks
R. Jain
Ranch Hand

Joined: Aug 11, 2012
Posts: 276

Angus Ferguson wrote:What way could I have only the access_token?
Many Thanks

You can use split method of String class. That would be helpful..

OCPJP
Matthew Brown
Bartender

Joined: Apr 06, 2010
Posts: 3786
    
    1

Is that response JSON? It looks like it. If it is, the easiest way of parsing it is going to be to use a JSON library.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Extract value from String
 
Similar Threads
Sending http request
commons fileupload mutlipart/data-form, extracting values from the checkboxes
A 404 Error, need help configuring web.xml
Sending http request
RestFB Insights question