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