Best practice of parsing RESTful WebService response with Rails

Posted by Zeck on Stack Overflow See other posts from Stack Overflow or by Zeck
Published on 2010-05-19T07:19:47Z Indexed on 2010/05/19 8:10 UTC
Read the original article Hit count: 426

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?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about best-practices