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