るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.039秒)
トップページ > クエリ:hash[x] > クエリ:to_json[x] > モジュール:JSON::Generator::GeneratorMethods::TrueClass[x]

別のキーワード

  1. _builtin to_s
  2. openssl to_der
  3. openssl to_s
  4. _builtin to_a
  5. openssl to_pem

ライブラリ

検索結果

JSON::Generator::GeneratorMethods::TrueClass#to_json(state_or_hash = nil) -> String (18221.0)

自身から生成した JSON 形式の文字列を返します。

...or_hash 生成する JSON 形式の文字列をカスタマイズするため
に JSON::State のインスタンスか、
JSON::State.new の引数と同じ Hash
指定します。

//emlist[例][ruby]{
require "json"

true.to_json #...