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

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