# File lib/json/common.rb, line 322
  def self.iconv(to, from, string)
    Iconv.iconv(to, from, string).first
  end