Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > jsonライブラリ > JSON::Generator::GeneratorMethods::Integerモジュール
クラスの継承リスト: JSON::Generator::GeneratorMethods::Integer
aliases: JSON::Ext::Generator::GeneratorMethods::Integer
Integer に JSON で使用するインスタンスメソッドを追加するためのモジュールです。
to_json(state_or_hash = nil) -> String
[permalink][rdoc]自身から生成した JSON 形式の文字列を返します。
require "json"
10.to_json # => "10"