UI for Zipcoin Blue
Tennessee Gibbs 0304752480 added pages to master il y a 6 ans
..
examples added pages to master il y a 6 ans
test added pages to master il y a 6 ans
.npmignore added pages to master il y a 6 ans
.testem.json added pages to master il y a 6 ans
.travis.yml added pages to master il y a 6 ans
LICENCE added pages to master il y a 6 ans
README.md added pages to master il y a 6 ans
index.js added pages to master il y a 6 ans
package.json added pages to master 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