Ruby 2.0.0 リファレンスマニュアル > ライブラリ一覧 > json/add/coreライブラリ

library json/add/core

要約

Ruby のコアクラスに JSON 形式の文字列に変換するメソッドや JSON 形式の文字列から Ruby のオブジェクトに変換するメソッドを定義します。

追加・再定義されるメソッド

Date#to_json Date.json_create DateTime#to_json DateTime.json_create Exception#to_json Exception.json_create Range#to_json Range.json_create Regexp#to_json Regexp.json_create Struct#to_json Struct.json_create Time#to_json Time.json_create