We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14090b3 commit d11eca0Copy full SHA for d11eca0
complex.rst
@@ -438,7 +438,7 @@ JSONをパースすると、オブジェクトと配列で階層構造になっ
438
// 省略可能。通常はnull
439
// 3つめは配列やオブジェクトでインデントするときのインデント幅
440
// 省略可能。省略すると改行なしの1行で出力される
441
- const json = JSON.stringfy(smallAnimal, null, 2);
+ const json = JSON.stringify(smallAnimal, null, 2);
442
443
// これは複製されて出てくるので、元のsmallAnimalとは別物
444
const smallAnimal2 = JSON.parse(json);
0 commit comments