How to use the jsonify.parse function in jsonify

To help you get started, we’ve selected a few jsonify examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github tmcw / mistakes / index.js View on Github external
}, function (res) {
        document.body.className = '';
        __showGistButton(id);
        var r = jsonify.parse(res);
        for (var k in r.files) {
          if (isjs(k)) return __content(r.files[k].content);
        }
      });
    }

jsonify

JSON without touching any globals

Public Domain
Latest version published 2 years ago

Package Health Score

71 / 100
Full package analysis

Popular jsonify functions