to_json(state_or_hash = nil) -> String
自身から生成した JSON 形式の文字列を返します。
"true" という文字列を返します。
例 require "json" true.to_json # => "true"
require "json" true.to_json # => "true"