種類
- インスタンスメソッド (36)
- モジュール関数 (6)
ライブラリ
- json (42)
クラス
-
JSON
:: State (36)
モジュール
- JSON (6)
キーワード
- load (3)
-
quirks
_ mode= (12) -
quirks
_ mode? (12) - restore (3)
検索結果
先頭5件
-
JSON
:: State # quirks _ mode -> bool (18102.0) -
Returns true, if quirks mode is enabled. Otherwise returns false.
Returns true, if quirks mode is enabled. Otherwise returns false. -
JSON
:: State # quirks _ mode=(enable) (6117.0) -
If set to true, enables the quirks_mode mode.
...If set to true, enables the quirks_mode mode.... -
JSON
:: State # quirks _ mode? -> bool (6102.0) -
Returns true, if quirks mode is enabled. Otherwise returns false.
Returns true, if quirks mode is enabled. Otherwise returns false. -
JSON
. # load(source , proc = nil , options = {}) -> object (6.0) -
与えられた JSON 形式の文字列を Ruby オブジェクトとしてロードして返します。
...ます。
偽を指定した場合、これらの値を生成しようとすると例外が発生します。デフォルトは真です。
: :quirks_mode
真を指定するとパース時に単一のJSON値を受け入れます。デフォルトは真です。このモードは2.4.0からは削... -
JSON
. # restore(source , proc = nil , options = {}) -> object (6.0) -
与えられた JSON 形式の文字列を Ruby オブジェクトとしてロードして返します。
...ます。
偽を指定した場合、これらの値を生成しようとすると例外が発生します。デフォルトは真です。
: :quirks_mode
真を指定するとパース時に単一のJSON値を受け入れます。デフォルトは真です。このモードは2.4.0からは削...