るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.023秒)
トップページ > クエリ:Array[x] > クエリ:pair[x] > 種類:モジュール関数[x]

別のキーワード

  1. array fill
  2. array []
  3. array sample
  4. array new
  5. array slice

ライブラリ

モジュール

キーワード

検索結果

JSON.#generate(object, state = nil) -> String (19.0)

与えられたオブジェクトを一行の JSON 形式の文字列に変換して返します。

...er (default: '')
: :space_before
a string that is put before a : pair delimiter (default: '')
: :object_nl
a string that is put at the end of a JSON object (default: '')
: :array_nl
a string that is put at the end of a JSON array (default: '')
: :check_circular
真を指定した場合、生...

JSON.#unparse(object, state = nil) -> String (19.0)

与えられたオブジェクトを一行の JSON 形式の文字列に変換して返します。

...er (default: '')
: :space_before
a string that is put before a : pair delimiter (default: '')
: :object_nl
a string that is put at the end of a JSON object (default: '')
: :array_nl
a string that is put at the end of a JSON array (default: '')
: :check_circular
真を指定した場合、生...