24件ヒット
[1-24件を表示]
(0.022秒)
検索結果
-
JSON
. # generate(object , state = nil) -> String (7.0) -
与えられたオブジェクトを一行の JSON 形式の文字列に変換して返します。
...a string that is put after, a : or , delimiter (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: '')
: :... -
JSON
. # unparse(object , state = nil) -> String (7.0) -
与えられたオブジェクトを一行の JSON 形式の文字列に変換して返します。
...a string that is put after, a : or , delimiter (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: '')
: :...