module Fontist::Import::Helpers::HashHelper

Public Class Methods

stringify_keys(hash) click to toggle source
# File lib/fontist/import/helpers/hash_helper.rb, line 6
def stringify_keys(hash)
  JSON.parse(hash.to_json)
end