// Scott Hale (Oxford Internet Institute) // Requires sigma.js and jquery to be loaded // based on parseGexf from Mathieu Jacomy @ Sciences Po Médialab & WebAtlas sigma.publicPrototype.parseJson = function(jsonPath,callback) { var sigmaInstance = this; jQuery.getJSON(jsonPath, function(data) { for (i=0; i