名前 JSON::XS - 正しくて高速な JSON シリアライザ/デシリアライザ 概要 use JSON::XS; # exported functions, they croak on error # and expect/generate UTF-8 # エクスポートされる関数, これらはエラー時には # corak し, UTF-8 を期待/生成します. $utf8_encoded_json_text = to_json $perl_hash_or_arrayref; $perl_hash_or_arrayref = from_json $utf8_encoded_json_text; # objToJson and jsonToObj aliases to to_json and from_json # are exported for compatibility to the