Hi guys,
I wonder if it possible to work with HTTParty (http://github.com/jnunemaker/httparty) request results as an object.
Currently i use string keys to access to values of result:
result["imageurl"] or result["address"]["street"]
If i were in JavaScript I could simply use:
result.imageurl or result.address.street
Regards, Alexey