Manipulating Output from an Array of Nested Hashes in Ruby
I've been pulling data from an API in JSON, and am currently stumbling over an elmementary problem The data is on companies, like Google and Facebook, and is in an array or hashes, like so: [ {"id"=>"1", "properties"=>{"name"=>"Google", "stock_symbol"=>GOOG, "primary_role"=>"company"}},…