class Jbuilder

def _extract_hash_values(object, attributes)

def _extract_hash_values(object, attributes)
  attributes.each{ |key| _set_value key, _format_keys(object.fetch(key)) }
end