Skip to content

Commit 80f0adb

Browse files
authored
feat: improve data-types/json translation (#1164)
1 parent fc9cc3e commit 80f0adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 1-js/05-data-types/12-json/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ let json = `{
453453

454454
还有另一种名为 [JSON5](http://json5.org/) 的格式,它允许未加引号的键,也允许注释等。但这是一个独立的库,不在语言的规范中。
455455

456-
常规的 JSON 格式严格,并不是因为它的开发者很懒,而是为了实现简单,可靠且快速地实现解析算法。
456+
标准 JSON 格式之所以如此严格,并不是因为它的制定者们偷懒,而是为了能够简单,可靠且快速地实现解析算法。
457457

458458
## 使用 reviver
459459

0 commit comments

Comments
 (0)