MCPcopy
hub / github.com/hundredrabbits/Left / isJSON

Function isJSON

desktop/sources/scripts/project.js:224–224  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

222 }
223
224 function isJSON (text) { try { JSON.parse(text); return true } catch (error) { return false } }
225}
226
227module.exports = Project

Callers 1

ProjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected