a zip code crypto-currency system good for red ONLY
Eric Foster d5378345de connection between front end and database пре 6 година
..
examples connection between front end and database пре 6 година
test connection between front end and database пре 6 година
.npmignore connection between front end and database пре 6 година
.testem.json connection between front end and database пре 6 година
.travis.yml connection between front end and database пре 6 година
LICENCE connection between front end and database пре 6 година
README.md connection between front end and database пре 6 година
index.js connection between front end and database пре 6 година
package.json connection between front end and database пре 6 година

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