# File lib/rhc/json.rb, line 23 def self.stringify_keys(object) modify_keys(object) do |key| key.is_a?(Symbol) ? key.to_s : key end end