File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1898,8 +1898,9 @@ specification. [[!ECMA-262]]
1898
1898
</div>
1899
1899
1900
1900
<div algorithm>
1901
- <p> To <dfn export>parse JSON bytes to a JavaScript value</dfn> , given a <a>byte sequence</a>
1902
- |bytes|:
1901
+ <p> To
1902
+ <dfn export lt="parse JSON bytes to a JavaScript value|parse JSON from bytes">parse JSON bytes to a JavaScript value</dfn> ,
1903
+ given a <a>byte sequence</a> |bytes|:
1903
1904
1904
1905
<ol>
1905
1906
<li><p> Let |string| be the result of running <a>UTF-8 decode</a> on |bytes|. [[!ENCODING]]
@@ -1932,8 +1933,9 @@ specification. [[!ECMA-262]]
1932
1933
</div>
1933
1934
1934
1935
<div algorithm>
1935
- <p> To <dfn export>serialize a JavaScript value to JSON bytes</dfn> , given a JavaScript value
1936
- |value|:
1936
+ <p> To
1937
+ <dfn export lt="serialize a JavaScript value to JSON bytes|serialize JSON to bytes">serialize a JavaScript value to JSON bytes</dfn> ,
1938
+ given a JavaScript value |value|:
1937
1939
1938
1940
<ol>
1939
1941
<li><p> Let |string| be the result of <a>serializing a JavaScript value to a JSON string</a> given
You can’t perform that action at this time.
0 commit comments