<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://rixx.github.io/baseline-updates/feed/by_tag/json.xml" rel="self" type="application/atom+xml" /><link href="https://rixx.github.io/baseline-updates/" rel="alternate" type="text/html" /><updated>2026-05-24T01:11:00+00:00</updated><id>https://rixx.github.io/baseline-updates/feed/by_tag/json.xml</id><title type="html">Baseline Updates</title><subtitle>Updates to the Baseline collection. Including RSS feeds (both for all updates and individual tags).</subtitle><entry><title type="html">New in Low Baseline Support: JSON import attributes</title><link href="https://rixx.github.io/baseline-updates/2025/04/29/json-modules.html" rel="alternate" type="text/html" title="New in Low Baseline Support: JSON import attributes" /><published>2025-04-29T00:00:00+00:00</published><updated>2025-04-29T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2025/04/29/json-modules</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2025/04/29/json-modules.html"><![CDATA[<p><a href="https://caniuse.com/?search=json-modules">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=JSON import attributes">mdn</a> · <a href="https://html.spec.whatwg.org/multipage/webappapis.html#json-module-script">spec</a></p>

<p>Module <code class="language-plaintext highlighter-rouge">import … with { type: "json" }</code> statements load JSON data. Also known as JSON module scripts.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">javascript.grammar.trailing_commas.trailing_commas_in_dynamic_import</code> <a href="https://developer.mozilla.org/en-US/search?q=javascript.grammar.trailing_commas.trailing_commas_in_dynamic_import">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">javascript.statements.import.import_attributes.type_json</code> <a href="https://developer.mozilla.org/en-US/search?q=javascript.statements.import.import_attributes.type_json">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="json" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: JSON source text access</title><link href="https://rixx.github.io/baseline-updates/2025/03/31/json-raw.html" rel="alternate" type="text/html" title="New in Low Baseline Support: JSON source text access" /><published>2025-03-31T00:00:00+00:00</published><updated>2025-03-31T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2025/03/31/json-raw</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2025/03/31/json-raw.html"><![CDATA[<p><a href="https://caniuse.com/?search=json-raw">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=JSON source text access">mdn</a> · <a href="https://tc39.es/proposal-json-parse-with-source/#sec-json-object">spec</a></p>

<p>To serialize and parse JSON in a lossless way, <code class="language-plaintext highlighter-rouge">JSON.stringify()</code> handles <code class="language-plaintext highlighter-rouge">rawJSON</code> values and <code class="language-plaintext highlighter-rouge">JSON.parse()</code>’s reviver callback takes a source context parameter.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">javascript.builtins.JSON.isRawJSON</code> <a href="https://developer.mozilla.org/en-US/search?q=javascript.builtins.JSON.isRawJSON">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">javascript.builtins.JSON.parse.reviver_parameter_context_argument</code> <a href="https://developer.mozilla.org/en-US/search?q=javascript.builtins.JSON.parse.reviver_parameter_context_argument">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">javascript.builtins.JSON.rawJSON</code> <a href="https://developer.mozilla.org/en-US/search?q=javascript.builtins.JSON.rawJSON">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="json" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: JSON</title><link href="https://rixx.github.io/baseline-updates/2018/01/29/json.html" rel="alternate" type="text/html" title="New in High Baseline Support: JSON" /><published>2018-01-29T00:00:00+00:00</published><updated>2018-01-29T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2018/01/29/json</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2018/01/29/json.html"><![CDATA[<p><a href="https://caniuse.com/?search=json">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=JSON">mdn</a> · <a href="https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object">spec</a></p>

<p>The <code class="language-plaintext highlighter-rouge">JSON</code> API provides static methods for parsing values from and converting values to JavaScript Object Notation (JSON), a serialization format for objects, arrays, numbers, strings, Boolean values, and null.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">javascript.builtins.JSON</code> <a href="https://developer.mozilla.org/en-US/search?q=javascript.builtins.JSON">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">javascript.builtins.JSON.parse</code> <a href="https://developer.mozilla.org/en-US/search?q=javascript.builtins.JSON.parse">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">javascript.builtins.JSON.stringify</code> <a href="https://developer.mozilla.org/en-US/search?q=javascript.builtins.JSON.stringify">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">javascript.builtins.JSON.json_superset</code> <a href="https://developer.mozilla.org/en-US/search?q=javascript.builtins.JSON.json_superset">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">javascript.builtins.JSON.stringify.well_formed_stringify</code> <a href="https://developer.mozilla.org/en-US/search?q=javascript.builtins.JSON.stringify.well_formed_stringify">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="json" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: JSON</title><link href="https://rixx.github.io/baseline-updates/2015/07/29/json.html" rel="alternate" type="text/html" title="New in Low Baseline Support: JSON" /><published>2015-07-29T00:00:00+00:00</published><updated>2015-07-29T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2015/07/29/json</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2015/07/29/json.html"><![CDATA[<p><a href="https://caniuse.com/?search=json">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=JSON">mdn</a> · <a href="https://tc39.es/ecma262/multipage/structured-data.html#sec-json-object">spec</a></p>

<p>The <code class="language-plaintext highlighter-rouge">JSON</code> API provides static methods for parsing values from and converting values to JavaScript Object Notation (JSON), a serialization format for objects, arrays, numbers, strings, Boolean values, and null.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">javascript.builtins.JSON</code> <a href="https://developer.mozilla.org/en-US/search?q=javascript.builtins.JSON">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">javascript.builtins.JSON.parse</code> <a href="https://developer.mozilla.org/en-US/search?q=javascript.builtins.JSON.parse">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">javascript.builtins.JSON.stringify</code> <a href="https://developer.mozilla.org/en-US/search?q=javascript.builtins.JSON.stringify">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">javascript.builtins.JSON.json_superset</code> <a href="https://developer.mozilla.org/en-US/search?q=javascript.builtins.JSON.json_superset">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">javascript.builtins.JSON.stringify.well_formed_stringify</code> <a href="https://developer.mozilla.org/en-US/search?q=javascript.builtins.JSON.stringify.well_formed_stringify">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="json" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry></feed>