a zip code crypto-currency system good for red ONLY
Eric Foster d5378345de connection between front end and database 6 years ago
..
examples connection between front end and database 6 years ago
test connection between front end and database 6 years ago
.npmignore connection between front end and database 6 years ago
.testem.json connection between front end and database 6 years ago
.travis.yml connection between front end and database 6 years ago
LICENCE connection between front end and database 6 years ago
README.md connection between front end and database 6 years ago
index.js connection between front end and database 6 years ago
package.json connection between front end and database 6 years ago

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