Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > jsonライブラリ > JSON::Generator::GeneratorMethods::Floatモジュール > to_json
to_json(state_or_hash = nil) -> String
自身から生成した JSON 形式の文字列を返します。
例 require "json" (1.0).to_json # => "1.0"
require "json" (1.0).to_json # => "1.0"