UNPKG

@redocly/respect-core

Version:
10 lines 169 B
export function isJSON(str) { try { JSON.parse(str); return true; } catch { return false; } } //# sourceMappingURL=is-json.js.map