UNPKG

@redocly/respect-core

Version:
13 lines 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isJSON = isJSON; function isJSON(str) { try { JSON.parse(str); return true; } catch { return false; } } //# sourceMappingURL=is-json.js.map