Closed gibson042 closed 1 year ago
This proposal currently includes JSON.rawJSON and JSON.isRawJSON, but another possibility would be JSON.rawText and JSON.isRawText (although those would be somewhat less clear if extracted off the JSON namespace, e.g. const { isRawText } = JSON).
JSON.rawJSON
JSON.isRawJSON
JSON.rawText
JSON.isRawText
const { isRawText } = JSON
This proposal currently includes
JSON.rawJSON
andJSON.isRawJSON
, but another possibility would beJSON.rawText
andJSON.isRawText
(although those would be somewhat less clear if extracted off the JSON namespace, e.g.const { isRawText } = JSON
).