Snow 1d0b9c5323 增加了node环境 il y a 1 mois
..
examples 1d0b9c5323 增加了node环境 il y a 1 mois
test 1d0b9c5323 增加了node环境 il y a 1 mois
.npmignore 1d0b9c5323 增加了node环境 il y a 1 mois
.testem.json 1d0b9c5323 增加了node环境 il y a 1 mois
.travis.yml 1d0b9c5323 增加了node环境 il y a 1 mois
LICENCE 1d0b9c5323 增加了node环境 il y a 1 mois
README.md 1d0b9c5323 增加了node环境 il y a 1 mois
index.js 1d0b9c5323 增加了node环境 il y a 1 mois
package.json 1d0b9c5323 增加了node环境 il y a 1 mois

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