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

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