UNPKG

prometheus

Version:

Simple ODM for Node.js with pluggable adapters

8 lines 133 B
module.exports = function (str) { try { JSON.parse(str); } catch (e) { return false; } return true; }