るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.105秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:Hash[x] > モジュール:JSON::Generator::GeneratorMethods::Array[x]

別のキーワード

  1. _builtin hash
  2. hash []
  3. dbm to_hash
  4. matrix hash
  5. _builtin to_hash

ライブラリ

検索結果

JSON::Generator::GeneratorMethods::Array#to_json(state_or_hash = nil) -> String (115.0)

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

...の文字列を返します。

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

//emli...