load-json-xhr
Loads a JSON file from a URI using xhr. The return object is the XMLHttpRequest.
var load = ;
Also accepts an options object which is passed along to the xhr
module.
var load = ;
Usage
getJSON(opt[, callback])
Gets JSON data from a uri
specified in opt
. Or you can pass a string
.
License
MIT, see LICENSE.md for details.