Naming of raw text placeholder
gibson042 opened this issue · 0 comments
gibson042 commented
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
).