Skip to content

Commit

Permalink
Editorial: Delete "as modified" wording in Note for JSON.parse.
Browse files Browse the repository at this point in the history
PR tc39#1188 deleted the text
"but using the alternative definition of |DoubleStringCharacter| provided below"
from step 4 of JSON.parse's algorithm.

At that point, the accompanying Note's phrase
"as modified by Step 4 above"
became obsolete.
  • Loading branch information
jmdyck committed May 26, 2020
1 parent d14a282 commit 6ef161e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -38168,7 +38168,7 @@ <h1>JSON.parse ( _text_ [ , _reviver_ ] )</h1>
<p>This function is the <dfn>%JSONParse%</dfn> intrinsic object.</p>
<p>The *"length"* property of the `parse` function is 2.</p>
<emu-note>
<p>Valid JSON text is a subset of the ECMAScript |PrimaryExpression| syntax as modified by Step 4 above. Step 2 verifies that _jsonString_ conforms to that subset, and step 6 verifies that that parsing and evaluation returns a value of an appropriate type.</p>
<p>Valid JSON text is a subset of the ECMAScript |PrimaryExpression| syntax. Step 2 verifies that _jsonString_ conforms to that subset, and step 6 verifies that that parsing and evaluation returns a value of an appropriate type.</p>
</emu-note>

<emu-clause id="sec-internalizejsonproperty" aoid="InternalizeJSONProperty">
Expand Down

0 comments on commit 6ef161e

Please sign in to comment.