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

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