Front end of the Slack clone application.
jpsp91 07dd8af64f root page set 6 gadus atpakaļ
..
examples root page set 6 gadus atpakaļ
test root page set 6 gadus atpakaļ
.npmignore root page set 6 gadus atpakaļ
.testem.json root page set 6 gadus atpakaļ
.travis.yml root page set 6 gadus atpakaļ
LICENCE root page set 6 gadus atpakaļ
README.md root page set 6 gadus atpakaļ
index.js root page set 6 gadus atpakaļ
package.json root page set 6 gadus atpakaļ

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