jack e1a2621c78 update 2 år sedan
..
examples e1a2621c78 update 2 år sedan
test e1a2621c78 update 2 år sedan
.npmignore e1a2621c78 update 2 år sedan
.testem.json e1a2621c78 update 2 år sedan
.travis.yml e1a2621c78 update 2 år sedan
LICENCE e1a2621c78 update 2 år sedan
README.md e1a2621c78 update 2 år sedan
index.js e1a2621c78 update 2 år sedan
package.json e1a2621c78 update 2 år sedan

README.md

safe-json-parse

build status dependency status

Parse JSON safely without throwing

Example

var safeParse = require("safe-json-parse")

safeParse("{}", function (err, json) {
    /* we have json */
})

safeparse("WRONG", function (err) {
    /* we have err! */
})

Installation

npm install safe-json-parse

Contributors

  • Raynos

MIT Licenced