How to parse a json in REST

Hi all !

Can anyone suggest me a simple way of parsing a json returned by a RESTFUL server. I am in a need to make restful calls to my REST server, which returns json and should be able to make method calls to the server making use of ajax in the client side.

Hi all !

Can anyone suggest me a simple way of parsing a json returned by a RESTFUL server. I am in a need to make restful calls to my REST server, which returns json and should be able to make method calls to the server making use of ajax in the client side.

ActiveSupport::JSON.decode

Fred