The app I work on has a heavily used JSON-based API and I'm pretty sure I'd get some efficiencies out of being able to get hashes straight from JSON.parse with symbolized keys... like:
{ :request_type => 'create', :entity_type => 'Ticket' ...etc }
If you could add that as an option, that'd be awesome...
The app I work on has a heavily used JSON-based API and I'm pretty sure I'd get some efficiencies out of being able to get hashes straight from JSON.parse with symbolized keys... like:
{ :request_type => 'create', :entity_type => 'Ticket' ...etc }
If you could add that as an option, that'd be awesome...