diff --git a/manifests/native.json b/manifests/native.json index 44dfde0..9497bfa 100644 --- a/manifests/native.json +++ b/manifests/native.json @@ -729,6 +729,18 @@ "compatKey": "javascript.builtins.Iterator.Iterator" } }, + "JSON": { + "id": "JSON", + "type": "native", + "url": { + "type": "mdn", + "id": "Web/JavaScript/Reference/Global_Objects/JSON" + }, + "webFeatureId": { + "featureId": "json", + "compatKey": "javascript.builtins.JSON" + } + }, "Map": { "id": "Map", "type": "native", @@ -2380,6 +2392,11 @@ "moduleName": "iterator.prototype", "replacements": ["Iterator.prototype"] }, + "jsonify": { + "type": "module", + "moduleName": "jsonify", + "replacements": ["JSON"] + }, "last-index-of": { "type": "module", "moduleName": "last-index-of",