1
vote
How to consume JSON formatting with ruby’s ActiveResource?
Yeah, ActiveResource is currently a bit inflexible when it comes to its data formats.
In principle, the idea is you could write yourself a custom format module (e.g. JsonWithRootForma …
