aliases: JSON::Ext::Generator::GeneratorMethods::TrueClass
TrueClass に JSON で使用するインスタンスメソッドを追加するためのモジュールです。
to_json(state_or_hash = nil) -> String
[permalink][rdoc]自身から生成した JSON 形式の文字列を返します。
"true" という文字列を返します。
require "json"
true.to_json # => "true"