json_create(hash) -> String
JSON のオブジェクトから Ruby の文字列を生成して返します。
require 'json' String.json_create({"raw" => [0x41, 0x42, 0x43]}) # => "ABC"