Eric Foster 35b96bc934 initial commit hace 6 años
..
examples initial commit hace 6 años
test initial commit hace 6 años
.npmignore initial commit hace 6 años
.testem.json initial commit hace 6 años
.travis.yml initial commit hace 6 años
LICENCE initial commit hace 6 años
README.md initial commit hace 6 años
index.js initial commit hace 6 años
package.json initial commit hace 6 años

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