Skip to content

Commit

Permalink
Merge branch 'patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ohai committed Nov 29, 2024
2 parents 551b912 + 8db6906 commit 8dfbefb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions refm/api/src/json/JSON
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,26 @@ proc として手続きオブジェクトが与えられた場合は、読み込
: :symbolize_names
真を指定するとハッシュのキーを文字列ではなくシンボルにします。デフォルトは偽です。

--- load_file(filespec, opts = {}) -> object

filespec で指定した JSON 形式のファイルを Ruby オブジェクトとしてロードして返します。

@param filespec ファイル名を指定します。

@param options オプションをハッシュで指定します。指定可能なオプションは [[m:JSON.#parse]] と同様です。

@see [[m:JSON.#parse]]

--- load_file!(filespec, opts = {}) -> object

filespec で指定した JSON 形式のファイルを Ruby オブジェクトとしてロードして返します。

@param filespec ファイル名を指定します。

@param options オプションをハッシュで指定します。指定可能なオプションは [[m:JSON.#parse!]] と同様です。

@see [[m:JSON.#parse!]]

--- parse(source, options = {}) -> object

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

0 comments on commit 8dfbefb

Please sign in to comment.