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