Asserts whether a value is a raw JSON object produced by rawJSON or JSON.rawJSON.
rawJSON
JSON.rawJSON
The value to inspect
True if the value is a raw JSON object
isRawJSON(rawJSON('123')); // true Copy
isRawJSON(rawJSON('123')); // true
Asserts whether a value is a raw JSON object produced by
rawJSONorJSON.rawJSON.