import * as denoClassValidator from "https://deno.land/x/deno_class_validator@v1.0.0/src/decorator/string/IsJSON.ts"; VariablesvIS_JSONFunctionsfisJSONChecks if the string is valid JSON (note: uses JSON.parse). If given value is not a string, then it returns false. fIsJSONChecks if the string is valid JSON (note: uses JSON.parse). If given value is not a string, then it returns false.