jack e1a2621c78 update %!s(int64=2) %!d(string=hai) anos
..
examples e1a2621c78 update %!s(int64=2) %!d(string=hai) anos
test e1a2621c78 update %!s(int64=2) %!d(string=hai) anos
.npmignore e1a2621c78 update %!s(int64=2) %!d(string=hai) anos
.testem.json e1a2621c78 update %!s(int64=2) %!d(string=hai) anos
.travis.yml e1a2621c78 update %!s(int64=2) %!d(string=hai) anos
LICENCE e1a2621c78 update %!s(int64=2) %!d(string=hai) anos
README.md e1a2621c78 update %!s(int64=2) %!d(string=hai) anos
index.js e1a2621c78 update %!s(int64=2) %!d(string=hai) anos
package.json e1a2621c78 update %!s(int64=2) %!d(string=hai) anos

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