kiruthiga 55473b7e7c initial push il y a 5 jours
..
examples 55473b7e7c initial push il y a 5 jours
test 55473b7e7c initial push il y a 5 jours
.npmignore 55473b7e7c initial push il y a 5 jours
.testem.json 55473b7e7c initial push il y a 5 jours
.travis.yml 55473b7e7c initial push il y a 5 jours
LICENCE 55473b7e7c initial push il y a 5 jours
README.md 55473b7e7c initial push il y a 5 jours
index.js 55473b7e7c initial push il y a 5 jours
package.json 55473b7e7c initial push il y a 5 jours

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