Skip to content

Commit

Permalink
Merge pull request #2823 from kyanagi/json_rfc_7159
Browse files Browse the repository at this point in the history
JSONの参照するRFCをRFC 7159に更新
  • Loading branch information
znz authored Aug 8, 2023
2 parents 2006c28 + 4da2a27 commit 263a1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions refm/api/src/json.rd
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ category FileFormat

JSON (JavaScript Object Notation)を扱うライブラリです。

JSON の仕様は [[rfc:4627]] を参照してください。

このライブラリでは、[[c:JSON]] モジュールに JSON を操作するための代表的なメソッドが集められています。
詳細は [[c:JSON]] モジュールを参照してください。

JSON の仕様は [[rfc:7159]] を参照してください。

#@samplecode 例
require "json"

Expand Down

0 comments on commit 263a1d2

Please sign in to comment.