Best practice of parsing RESTful WebService response with Rails
- by Zeck
Hi guys,
I'm developing a JAX-RS application and it's working fine. Now, I want to develop a web service client application using Rails. And my question is which is the best way to parse a RESTful webservice's response in Rails?