Eric Foster 35b96bc934 initial commit пре 6 година
..
examples initial commit пре 6 година
test initial commit пре 6 година
.npmignore initial commit пре 6 година
.testem.json initial commit пре 6 година
.travis.yml initial commit пре 6 година
LICENCE initial commit пре 6 година
README.md initial commit пре 6 година
index.js initial commit пре 6 година
package.json initial commit пре 6 година

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